__init__.py 124 B

1234567
  1. """
  2. Пакет главного окна приложения
  3. """
  4. from .mod_win_main import WinMain
  5. __all__ = ["WinMain"]