7 lines
87 B
Python
7 lines
87 B
Python
"""
|
|
FastAPI module for NimbusFlow backend.
|
|
"""
|
|
|
|
from .app import app
|
|
|
|
__all__ = ["app"] |