7 lines
104 B
Python
7 lines
104 B
Python
"""
|
|
ui 包 - 用户界面组件
|
|
"""
|
|
from app.ui.main_window import MainWindow
|
|
|
|
__all__ = ["MainWindow"]
|