8 lines
139 B
Python
8 lines
139 B
Python
"""
|
|
Tool_OCR - API Routers
|
|
"""
|
|
|
|
from app.routers import auth, ocr, export, translation
|
|
|
|
__all__ = ["auth", "ocr", "export", "translation"]
|