From 6ce911e642c78a198e88896bc903bb7a7f138bd4 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 21 May 2020 10:09:19 +0200 Subject: [PATCH] Add anatric.py --- pyzebra/anatric.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyzebra/anatric.py 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)