summaryrefslogtreecommitdiff
path: root/display/snd_off.py
diff options
context:
space:
mode:
authorDiego Roversi <diegor@tiscali.it>2019-09-08 18:12:27 +0200
committerDiego Roversi <diegor@tiscali.it>2019-09-08 18:12:27 +0200
commit1d9925c287b318ec21343e2682b51ab6a36ae8db (patch)
tree17d1c0ac21eea6f291146520afa8381db4586fb4 /display/snd_off.py
initial commit from cvs 1.6.2
Diffstat (limited to 'display/snd_off.py')
-rw-r--r--display/snd_off.py5
1 files changed, 5 insertions, 0 deletions
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