7 lines
159 B
Python
7 lines
159 B
Python
|
from pathlib import Path
|
||
|
|
||
|
here = Path(__file__).parent
|
||
|
fixtures_path = here
|
||
|
|
||
|
# malformed.mp3 is related to https://github.com/libretime/libretime/issues/668!!
|