5 lines
78 B
Python
5 lines
78 B
Python
"""GUI模块"""
|
|
from .main_window import MainWindow
|
|
|
|
__all__ = ['MainWindow']
|