view pytouhou/game/music.py @ 725:fbf89cba04e2

ecl_vm: some work on spellcard 11
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Tue, 29 Oct 2019 15:41:23 +0100
parents d1f0bb0b7a17
children
line wrap: on
line source

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

    def set_volume(self, name, volume):
        pass