Cyber_analyst / tests /conftest.py
Humanlearning's picture
Upload folder using huggingface_hub
63a6397 verified
raw
history blame contribute delete
175 Bytes
import sys
from pathlib import Path
PACKAGE_PARENT = Path(__file__).resolve().parents[2]
if str(PACKAGE_PARENT) not in sys.path:
sys.path.insert(0, str(PACKAGE_PARENT))