Settings done right

This commit is contained in:
Eden Kirin
2023-09-21 08:37:44 +02:00
parent 27a449793c
commit ec306b38fe
6 changed files with 58 additions and 44 deletions

3
const.py Normal file
View File

@ -0,0 +1,3 @@
from pathlib import Path
ROOT_DIR = Path(__file__).absolute().parent