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
206 B
Python
4 lines
206 B
Python
# Compat shim — use app.domains.rendering.service instead
|
|
from app.domains.rendering.service import resolve_template, get_material_library_path
|
|
__all__ = ["resolve_template", "get_material_library_path"]
|