Astro-Session-Watcher/ui/__init__.py

4 lines
76 B
Python
Raw Permalink Normal View History

2026-05-07 17:15:56 +03:00
# UI package
from ui.main_window import MainWindow
__all__ = ['MainWindow']