Files

8 lines
141 B
Python

__author__ = 'ktisha'
class Child(Base):
def __init__(self):
super(Child, self).__init__()
def <caret>f():
test = 1