evol 5
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import time
|
||||
def chi_sono(unit, tool):
|
||||
print(f'{__name__}: {unit} - {tool}')
|
||||
time.sleep(20)
|
||||
return f'{__name__}: {unit} - {tool}'
|
||||
from .tlp_tlp import main_loader as tlp_tlp_main_loader
|
||||
|
||||
def main_loader(cfg: object, id: int) -> None:
|
||||
return tlp_tlp_main_loader(cfg, id)
|
||||
Reference in New Issue
Block a user