openfm-qt/openfm_qt/__init__.py
2023-06-15 13:14:40 +02:00

7 lines
175 B
Python

# 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