openfm-qt/openfm_qt/__init__.py
2023-07-08 20:20:56 +02:00

8 lines
210 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 .ui_form import Ui_MainWindow
from .mainwindow import MainWindow