1
0
mirror of https://github.com/abakh/nbsdgames synced 2025-05-25 17:09:33 -04:00

6 lines
112 B
Python
Raw Normal View History

2021-02-04 08:37:39 +01:00
class Sound:
has_sound = 0 # no sound
has_music = 0 # no music
def __init__(self):
pass