mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +07:00
10 lines
150 B
Python
10 lines
150 B
Python
__author__ = 'ktisha'
|
|
|
|
class Child(Base):
|
|
def <caret>f(self, x):
|
|
test = 1
|
|
|
|
def __init__(self):
|
|
super(Child, self).__init__()
|
|
|