Files
nanobot-runtime/skills/detach/tests/conftest.py
2026-06-10 06:39:52 +02:00

6 lines
162 B
Python

import sys
from pathlib import Path
# tasks_common.py lives in the sibling scripts/ directory.
sys.path.insert(0, str(Path(__file__).parent.parent / "scripts"))