Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
5 lines
102 B
Python
5 lines
102 B
Python
from pathlib import Path
|
|
|
|
fixture_path = Path(__file__).resolve().parent
|
|
|
|
AUDIO_FILENAME = "song.mp3"
|