openfm-qt/openfm_qt/__init__.py

7 lines
175 B
Python
Raw Normal View History

2023-06-15 13:14:40 +02:00
# This Python file uses the following encoding: utf-8
API_URL = "https://open.fm/radio/api/v2/ofm/stations_slug.json"
DEFAULT_VOLUME = 70
from .mainwindow import MainWindow