1 #appModules/klangoplayer.py 2 3 import appModuleHandler 4 5 -class AppModule(appModuleHandler.AppModule): 6 7 sleepMode=True 8