4 lines
83 B
Python
4 lines
83 B
Python
from pathlib import Path
|
|
|
|
TEST_DATA = Path(Path(__file__).parents[0], "test_data")
|