WhereAmI/gui/__init__.py
2026-06-15 00:49:26 +08:00

5 lines
78 B
Python

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