blob: 6e71752a511d4c37690691ffbe05819d6c66c2a9 [file] [log] [blame]
from dest_module import NewParent
class MyClass(NewParent):
def foo_method(self):
"""
Foo
"""
spam = "eggs"