Files
nimbusflow/backend/api/__init__.py

7 lines
87 B
Python

"""
FastAPI module for NimbusFlow backend.
"""
from .app import app
__all__ = ["app"]