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