Skip to content

Instantly share code, notes, and snippets.

@PlugaruT
Created September 12, 2018 07:56
Show Gist options
  • Save PlugaruT/3da128eeecab3c68a8e98ec361cf046a to your computer and use it in GitHub Desktop.
Save PlugaruT/3da128eeecab3c68a8e98ec361cf046a to your computer and use it in GitHub Desktop.
class Foo:
def my_abstract_method(self):
raise NotImplementedError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment