Files
ASE/utils/parsers/gs1_gs1.py
2025-05-13 22:48:08 +02:00

4 lines
149 B
Python

from .tlp_tlp import main_loader as tlp_tlp_main_loader
async def main_loader(cfg: object, id: int) -> None:
return tlp_tlp_main_loader(cfg, id)