blob: 86716f1d649e9adc50b5157bd2c667e43407107a [file] [log] [blame]
from parent_module import Parent
class Child(Parent):
pass