Files
ASE/utils/parsers/gs1_gs1.py
2025-05-11 10:01:23 +02:00

4 lines
143 B
Python

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