Files
browser-use/conftest.py
Gregor Žunič d57495a799 work in progress
2024-11-01 17:07:05 +01:00

7 lines
157 B
Python

import os
import sys
# Get the absolute path to the project root
project_root = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, project_root)