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
market/bp/__init__.py
giles 601a696ecb
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
fix: add register_product to bp/__init__.py (needed by browse)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 00:34:39 +00:00

3 lines
115 B
Python

from .market.routes import register as register_market_bp
from .product.routes import register as register_product