Files
Auto-GPT/tests/context.py
2023-04-12 20:21:42 +02:00

6 lines
118 B
Python

import sys
import os
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '../scripts')))