优化入口逻辑
This commit is contained in:
@@ -3,13 +3,3 @@ ReelForge API Layer
|
||||
|
||||
FastAPI-based REST API for video generation services.
|
||||
"""
|
||||
|
||||
# Lazy import to avoid loading dependencies until needed
|
||||
def get_app():
|
||||
"""Get FastAPI app instance (lazy loading)"""
|
||||
from api.app import app
|
||||
return app
|
||||
|
||||
|
||||
__all__ = ["get_app"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user