update fsfwgen

This commit is contained in:
2021-08-02 11:43:49 +02:00
parent 0b1b74e879
commit 4b4cfc09c5
11 changed files with 209 additions and 150 deletions

View File

@ -1,5 +1,10 @@
import os
import enum
from pathlib import Path
PATH_VAR_ROOT = Path(os.path.abspath(os.curdir))
ROOT_DIR = PATH_VAR_ROOT.absolute()
OBSW_ROOT_DIR = PATH_VAR_ROOT.parent.absolute()
DATABASE_NAME = "eive_mod.db"