b87df4a3e5
Move all models/schemas/services/routers into app/domains/. Keep backward-compat shims in old locations for imports. Preserves domains/rendering/tasks.py from Phase A. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
128 B
Python
4 lines
128 B
Python
# Compat shim — use app.domains.products.models instead
|
|
from app.domains.products.models import Product
|
|
__all__ = ["Product"]
|