npv2k1's picture
feat: implement API module with FastAPI and initial route handlers
3ec4ff0
raw
history blame
89 Bytes
"""API module initialization."""
print("API module loaded.")
import src.modules.api.index