AutoGPT/tests/context.py

6 lines
118 B
Python
Raw Normal View History

import sys
import os
sys.path.insert(0, os.path.abspath(
2023-04-12 14:02:18 +00:00
os.path.join(os.path.dirname(__file__), '../scripts')))