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
events/bp/__init__.py
giles ec2a91a401
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s
Add fragment blueprint + sync shared: micro-frontend infrastructure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:27:50 +00:00

7 lines
333 B
Python

from .all_events.routes import register as register_all_events
from .calendars.routes import register as register_calendars
from .markets.routes import register as register_markets
from .payments.routes import register as register_payments
from .page.routes import register as register_page
from .fragments import register_fragments