AIDeveloper-PC/gui_ai_developer/windows/__init__.py

7 lines
83 B
Python
Raw Permalink Normal View History

2026-01-31 09:32:00 +00:00
"""
窗口模块
"""
from .main_window import MainWindow
__all__ = ['MainWindow']