Initial commit

This commit is contained in:
Jaret Burkett
2023-07-05 16:44:58 -06:00
commit e4de8983c9
11 changed files with 2185 additions and 0 deletions

4
toolkit/paths.py Normal file
View File

@@ -0,0 +1,4 @@
import os
TOOLKIT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
CONFIG_ROOT = os.path.join(TOOLKIT_ROOT, 'config')