xbmc.py 161 B

123456789101112131415
  1. def log(*args):
  2. pass
  3. PLAYLIST_VIDEO = 1
  4. class Player():
  5. def play(self, playlist):
  6. pass
  7. class PlayList():
  8. def clear(self):
  9. pass