adaptai / platform /dbops /projects /dto /tests /conftest.py
ADAPT-Chase's picture
Add files using upload-large-folder tool
fd357f4 verified
import os
import sys
# Add repository root to Python path for imports
ROOT = os.path.dirname(os.path.abspath(os.path.join(__file__, os.pardir)))
if ROOT not in sys.path:
sys.path.insert(0, ROOT)