Files
musicseerr/backend/tests/conftest.py
T
2026-04-03 15:53:00 +01:00

5 lines
91 B
Python

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