From 1d9925c287b318ec21343e2682b51ab6a36ae8db Mon Sep 17 00:00:00 2001 From: Diego Roversi Date: Sun, 8 Sep 2019 18:12:27 +0200 Subject: initial commit from cvs 1.6.2 --- display/snd_off.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 display/snd_off.py (limited to 'display/snd_off.py') diff --git a/display/snd_off.py b/display/snd_off.py new file mode 100644 index 0000000..9d2e640 --- /dev/null +++ b/display/snd_off.py @@ -0,0 +1,5 @@ +class Sound: + has_sound = 0 # no sound + has_music = 0 # no music + def __init__(self): + pass -- cgit v1.2.3