mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
7 lines
119 B
Python
7 lines
119 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.insert(
|
|
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts"))
|
|
)
|