4 lines
149 B
Python
4 lines
149 B
Python
from .g801_mums import main_loader as g801_mums_main_loader
|
|
|
|
def main_loader(cfg: object, id: int) -> None:
|
|
return g801_mums_main_loader(cfg, id) |