This commit is contained in:
Zsolt Ero
2023-12-29 16:02:54 +01:00
parent f84b4f6e3d
commit 0c5e6029c2
5 changed files with 6 additions and 22 deletions

View File

@@ -1,10 +1,8 @@
from pathlib import Path
base = Path(__file__).parent.parent
CONFIG_DIR = base / 'config'
SCRIPTS_DIR = base / 'scripts'
CONFIG_DIR = Path(__file__).parent.parent / 'config'
SCRIPTS_DIR = Path(__file__).parent.parent / 'scripts'
ASSETS_DIR = Path(__file__).parent / 'assets'