firermsdata-agent / src /__init__.py
Aryan Jain
feat: Initialize FastAPI project with database configuration and CRUD structure
047d92b
raw
history blame contribute delete
40 Bytes
from .app import app
__all__ = ["app"]