mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-06-29 11:19:13 +01:00
12 lines
271 B
Python
12 lines
271 B
Python
from . import auth_routes, create_routes, gallery_routes, image_routes, index_routes, job_routes, settings_routes
|
|
|
|
__all__ = [
|
|
"auth_routes",
|
|
"create_routes",
|
|
"gallery_routes",
|
|
"image_routes",
|
|
"index_routes",
|
|
"job_routes",
|
|
"settings_routes"
|
|
]
|