Files
zzrouter/backend/app/__init__.py

5 lines
77 B
Python

"""zzrouter backend application."""
from .main import app
__all__ = ["app"]