diff --git a/src/config/__init__.py b/src/config/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/config/definitions.py b/src/config/definitions.py new file mode 100644 index 0000000..3b92cde --- /dev/null +++ b/src/config/definitions.py @@ -0,0 +1,4 @@ +import os + +ROOT_PATH = project_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) +ICONS_PATH = f"{ROOT_PATH}/icons" \ No newline at end of file