Skip to content

Instantly share code, notes, and snippets.

@morganthrapp
Last active September 13, 2016 19:56
Show Gist options
  • Save morganthrapp/ba0d70d13bd82bcec01cc90b46bd9f6c to your computer and use it in GitHub Desktop.
Save morganthrapp/ba0d70d13bd82bcec01cc90b46bd9f6c to your computer and use it in GitHub Desktop.
class FooBase:
def __init__(self, foo)
self.foo = foo
import base
class Foo(base.FooBase): # Warning: Class has no __init__ method
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment