Astro-Session-Watcher/ui/__init__.py
2026-05-07 17:15:56 +03:00

4 lines
No EOL
76 B
Python

# UI package
from ui.main_window import MainWindow
__all__ = ['MainWindow']