evol 5
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
def chi_sono(unit, tool):
|
||||
print(f'{__name__}: {unit} - {tool}')
|
||||
return f'{__name__}: {unit} - {tool}'
|
||||
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)
|
||||
Reference in New Issue
Block a user