fix: add bp/__init__.py with register function exports
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-10 00:28:55 +00:00
parent 8afa232cc5
commit 9f4fc41cc8

3
bp/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .cart.routes import register as register_cart_bp
from .cart.api import register as register_cart_api
from .orders.routes import register as register_orders