Files
OCR/backend/app/routers/__init__.py
beabigegg da700721fa first
2025-11-12 22:53:17 +08:00

8 lines
139 B
Python

"""
Tool_OCR - API Routers
"""
from app.routers import auth, ocr, export, translation
__all__ = ["auth", "ocr", "export", "translation"]