Skip to content

Instantly share code, notes, and snippets.

@andrisgauracs
Created January 10, 2019 21:46
Show Gist options
  • Select an option

  • Save andrisgauracs/5c9ec495c09a74baa2cd0b54b4b7d05b to your computer and use it in GitHub Desktop.

Select an option

Save andrisgauracs/5c9ec495c09a74baa2cd0b54b4b7d05b to your computer and use it in GitHub Desktop.
We define our custom VLC Player class
# We define our custom VLC Player class
class Custom_VLC_Player(Player):
def __init__(self):
# We inherit all the attributes of the original class
super(Custom_VLC_Player, self).__init__()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment