TheJackBright's picture
Deploy GitHub root master to Space
c296d62
"""Canonical API module path.
Keeps compatibility with required file path while reusing ``app.api`` app.
"""
from __future__ import annotations
from app.api import app, main
__all__ = ["app", "main"]