7 lines
83 B
Python
7 lines
83 B
Python
|
|
"""
|
||
|
|
窗口模块
|
||
|
|
"""
|
||
|
|
from .main_window import MainWindow
|
||
|
|
|
||
|
|
__all__ = ['MainWindow']
|