Add anatric.py

This commit is contained in:
usov_i 2020-05-21 10:09:19 +02:00
parent 6e59c56a16
commit 6ce911e642

4
pyzebra/anatric.py Normal file
View File

@ -0,0 +1,4 @@
import subprocess
def anatric(config_file):
subprocess.run(["anatric", config_file], check=True)