mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 10:41:28 +00:00
Initial commit
This commit is contained in:
4
toolkit/paths.py
Normal file
4
toolkit/paths.py
Normal 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')
|
||||
Reference in New Issue
Block a user