4 lines
173 B
Python
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) |