6 lines
102 B
Python
6 lines
102 B
Python
|
from pathlib import Path
|
||
|
|
||
|
fixture_path = Path(__file__).resolve().parent
|
||
|
|
||
|
AUDIO_FILENAME = "song.mp3"
|