diff --git a/pyzebra/anatric.py b/pyzebra/anatric.py new file mode 100644 index 0000000..a9108c2 --- /dev/null +++ b/pyzebra/anatric.py @@ -0,0 +1,4 @@ +import subprocess + +def anatric(config_file): + subprocess.run(["anatric", config_file], check=True)