File size: 101 Bytes
b1f0e98
 
 
 
 
 
1
2
3
4
5
6
"""
Main FastAPI application entry point.
"""
from app.core.app import create_app

app = create_app()