t1-tax-pdf-processor / app /api /__init__.py
Hamza4100's picture
Upload 23 files
aa8e38b verified
raw
history blame contribute delete
94 Bytes
"""API module with FastAPI routes."""
from app.api.routes import router
__all__ = ["router"]