mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-05 04:59:56 +00:00
5 lines
137 B
Python
5 lines
137 B
Python
import os
|
|
|
|
TOOLKIT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
CONFIG_ROOT = os.path.join(TOOLKIT_ROOT, 'config')
|