change structure

This commit is contained in:
chrys87 2016-07-08 12:36:24 +02:00 committed by GitHub
parent 4ef45b5d5c
commit f1d404ea68

View File

@ -3,3 +3,9 @@
class sound():
def __init__(self):
pass
def playFrequence(self, frequence, duration, adjustVolume):
pass
def playSoundFile(self, Path):
pass
def shutdown(self):
pass