feature/layouts-csv-refact

This commit is contained in:
hreyes
2026-03-03 16:45:12 -07:00
parent 973298ccd9
commit 4c781b460a
81 changed files with 151 additions and 97 deletions

View File

@@ -5,7 +5,7 @@ Mismo patrón que parts y classes: upload → scan → status → commit.
from fastapi import APIRouter
from .imports.routes import router as imports_router
from api.v1.modules.a76.layouts_csv.boms.routes import router as imports_router
router = APIRouter()