service_man/api/app_builder/__init__.py

4 lines
58 B
Python

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