mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-01 18:35:00 -05: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"))
|
|
)
|