322b245 0592951
1
2
3
4
5
6
import sys from pathlib import Path # Make top-level modules importable in tests sys.path.insert(0, str(Path(__file__).resolve().parents[1]))