Files
ASE/utils/parsers/g801_iptm.py
2025-05-01 00:58:07 +02:00

3 lines
109 B
Python

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