Added definitions config
This commit is contained in:
parent
ffb489c024
commit
27f70b1221
2 changed files with 4 additions and 0 deletions
0
src/config/__init__.py
Normal file
0
src/config/__init__.py
Normal file
4
src/config/definitions.py
Normal file
4
src/config/definitions.py
Normal 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"
|
||||||
Loading…
Reference in a new issue