Files
everything-claude-code/tests/conftest.py
2026-04-12 12:34:45 +05:30

5 lines
99 B
Python

import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))