sintonia/api/libretime_api/_fixtures/__init__.py
Jonas L fce988aef1
feat(api): split api into multiple apps (#1626)
Fixes #1622

- split the api into 4 apps: core, history, schedule, storage
- exploded the settings into testing/prod
2022-04-04 14:38:50 +02:00

5 lines
102 B
Python

from pathlib import Path
fixture_path = Path(__file__).resolve().parent
AUDIO_FILENAME = "song.mp3"