view pytouhou/game/music.py @ 682:d6cc9086058c

ecl_vm: more instructions
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Fri, 16 Aug 2019 21:31:00 +0200
parents d1f0bb0b7a17
children
line wrap: on
line source

class MusicPlayer:
    def play(self, name):
        pass

    def set_volume(self, name, volume):
        pass