4 lines
146 B
Python
4 lines
146 B
Python
from .g801_mux import main_loader as g801_mux_main_loader
|
|
|
|
def main_loader(cfg: object, id: int) -> None:
|
|
return g801_mux_main_loader(cfg, id) |