update fsfwgen
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user