Added definitions config

This commit is contained in:
Yarne Coppens 2024-08-04 17:23:41 +02:00
parent ffb489c024
commit 27f70b1221
2 changed files with 4 additions and 0 deletions

0
src/config/__init__.py Normal file
View file

View file

@ -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"