first
This commit is contained in:
7
backend/app/routers/__init__.py
Normal file
7
backend/app/routers/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Tool_OCR - API Routers
|
||||
"""
|
||||
|
||||
from app.routers import auth, ocr, export, translation
|
||||
|
||||
__all__ = ["auth", "ocr", "export", "translation"]
|
||||
Reference in New Issue
Block a user