evol 3
This commit is contained in:
5
utils/parsers/tlp_tlp.py
Normal file
5
utils/parsers/tlp_tlp.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import time
|
||||
def chi_sono(unit, tool):
|
||||
print(f'{__name__}: {unit} - {tool}')
|
||||
time.sleep(20)
|
||||
return f'{__name__}: {unit} - {tool}'
|
||||
Reference in New Issue
Block a user