Meta / backend /app /__init__.py
Nothing12Man's picture
Fix HF Space runtime by adding persistent FastAPI server
5eb188c
raw
history blame contribute delete
99 Bytes
"""backend.app package
Contains the FastAPI application module (main.py).
"""
__all__ = ["main"]