From bf9e87fa44ab6b054eb97b84dd6715d66fc73f8c Mon Sep 17 00:00:00 2001 From: Tobias Meisel <tobias.meisel@ufz.de> Date: Thu, 17 Aug 2023 15:23:49 +0200 Subject: [PATCH] Add ogstools definitions --- ogstools/definitions.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ogstools/definitions.py diff --git a/ogstools/definitions.py b/ogstools/definitions.py new file mode 100644 index 000000000..6b2605693 --- /dev/null +++ b/ogstools/definitions.py @@ -0,0 +1,3 @@ +import pathlib + +ROOT_DIR = pathlib.Path(__file__).parent.resolve() -- GitLab