blob: 1171abf73b104866f12e8719173d7f2b5806a810 [file] [log] [blame]
from shared_module import TheParentOfItAll
class NewParent(TheParentOfItAll):
pass