AIDeveloper-PC/gui_ai_developer/windows/__init__.py

7 lines
83 B
Python

"""
窗口模块
"""
from .main_window import MainWindow
__all__ = ['MainWindow']