__init__.py 108 B

1234567
  1. """
  2. Пакет приложения
  3. """
  4. from .mod_app import ProletApp
  5. __all__: list[str] = ["ProletApp"]