12 lines
271 B
Python
Raw Permalink Normal View History

2025-06-24 13:01:39 +01:00
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"
]