6 lines
125 B
Python
6 lines
125 B
Python
"""FastAPI application wiring for the AITBC Pool Hub."""
|
|
|
|
from .main import create_app, app
|
|
|
|
__all__ = ["create_app", "app"]
|