8 lines
210 B
Python
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
|