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