nuove tipologie

This commit is contained in:
2025-06-11 22:13:30 +02:00
parent ce6b55d2f9
commit e939846812
8 changed files with 47 additions and 35 deletions

View File

@@ -0,0 +1,4 @@
from utils.csv.loaders import main_loader as analog_dig_main_loader
async def main_loader(cfg: object, id: int, pool) -> None:
await analog_dig_main_loader(cfg, id, pool, "analogic_digital")