AIDeveloper-PC/gui_ai_developer/config/__init__.py

7 lines
78 B
Python
Raw Permalink Normal View History

2026-01-31 09:32:00 +00:00
"""
配置模块
"""
from .styles import DARK_THEME
__all__ = ['DARK_THEME']