Add anatric.py
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user