Files
ASE/unit_tool_mod/g801_mums.py
2025-04-27 17:21:36 +02:00

3 lines
107 B
Python

def chi_sono(unit, tool):
print(f'g801_mums: {unit} - {tool}')
return f'g801_mums: {unit} - {tool}'