Specs stay at repo root (cross-VM). Move deploy and code into logical projects with README per domain, updated manifest.yaml, and symlinks at legacy paths for VM122 backward compatibility.
5 lines
126 B
Python
5 lines
126 B
Python
"""VM123 integration — Spec 027 Fase 3."""
|
|
|
|
from app.vm123.routes import router as vm123_router
|
|
|
|
__all__ = ["vm123_router"]
|