fix: add bp/__init__.py with register function exports
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
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:
3
bp/__init__.py
Normal file
3
bp/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user