service_man/api/app_entrypoint/__init__.py

4 lines
58 B
Python

from .main import app_factory
__all__ = ("app_factory",)