Add anatric.py
This commit is contained in:
parent
6e59c56a16
commit
6ce911e642
4
pyzebra/anatric.py
Normal file
4
pyzebra/anatric.py
Normal file
@ -0,0 +1,4 @@
|
||||
import subprocess
|
||||
|
||||
def anatric(config_file):
|
||||
subprocess.run(["anatric", config_file], check=True)
|
Loading…
x
Reference in New Issue
Block a user