sachin sharma
initial commit
b1f0e98
raw
history blame
101 Bytes
"""
Main FastAPI application entry point.
"""
from app.core.app import create_app
app = create_app()