docsa_HD
add .env
2929135
raw
history blame
158 Bytes
# tests/__init__.py
import os
import sys
# Add project root to Python path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))