AIDeveloper-PC/gui_ai_developer/config/__init__.py

7 lines
78 B
Python

"""
配置模块
"""
from .styles import DARK_THEME
__all__ = ['DARK_THEME']