6 lines
111 B
Python
6 lines
111 B
Python
# This Python file uses the following encoding: utf-8
|
|
|
|
DEFAULT_VOLUME = 70
|
|
|
|
from .mainwindow import MainWindow
|