All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m56s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
271 B
Python
6 lines
271 B
Python
from .blog.routes import register as register_blog_bp
|
|
from .admin.routes import register as register_admin
|
|
from .menu_items.routes import register as register_menu_items
|
|
from .snippets.routes import register as register_snippets
|
|
from .fragments import register_fragments
|