Added libs
This commit is contained in:
8
app/common/paths.py
Normal file
8
app/common/paths.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pathlib import Path
|
||||
|
||||
# Root directory of the project
|
||||
ROOT_DIR = Path(__file__).resolve().parents[3]
|
||||
|
||||
LOGS_DIR = ROOT_DIR / "logs"
|
||||
LIBS_DIR = ROOT_DIR / "libs"
|
||||
FILES_DIR = ROOT_DIR / "files"
|
||||
Reference in New Issue
Block a user