From cecd38cc26811db76ec556edad061d451f3b2f9c Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Aug 2024 16:34:19 +0100 Subject: [PATCH] chore: add constants --- src/constants.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/constants.py diff --git a/src/constants.py b/src/constants.py new file mode 100644 index 0000000..204c669 --- /dev/null +++ b/src/constants.py @@ -0,0 +1,2 @@ +ZK_DIRECTORY = "/home/thomas/repos/eolas" +ZK_TEST_DIRECTORY = "/home/thomas/repos/dummy-zk"