summaryrefslogtreecommitdiff
path: root/creole/tests/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/tests/constants.py')
-rw-r--r--creole/tests/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/creole/tests/constants.py b/creole/tests/constants.py
new file mode 100644
index 0000000..0e276d4
--- /dev/null
+++ b/creole/tests/constants.py
@@ -0,0 +1,5 @@
+from pathlib import Path
+
+import creole
+
+CREOLE_PACKAGE_ROOT = Path(creole.__file__).parent.parent