This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
account/bp/__init__.py
giles 77576d2ad4
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
Add fragment blueprint + sync shared: micro-frontend infrastructure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:27:54 +00:00

4 lines
156 B
Python

from .account.routes import register as register_account_bp
from .auth.routes import register as register_auth_bp
from .fragments import register_fragments