mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-13 06:32:22 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
from pathlib import Path
|
|
from fixtures import TestData
|
|
|
|
TestData.BASE_PATH = Path(__file__).parent / "fixtures"
|