ligbox-ops-platform/projects/finance/app/vm123/__init__.py
Ligbox Spec Hub 821675ab4a Reorganize monorepo into projects/wizard, ops-desk, finance
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.
2026-06-19 18:55:03 +00:00

5 lines
126 B
Python

"""VM123 integration — Spec 027 Fase 3."""
from app.vm123.routes import router as vm123_router
__all__ = ["vm123_router"]