5 lines
77 B
Python
5 lines
77 B
Python
"""zzrouter backend application."""
|
|
from .main import app
|
|
|
|
__all__ = ["app"]
|