openfm-qt/openfm_qt/__init__.py
2023-07-10 02:01:43 +02:00

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