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

4 lines
173 B
Python

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