mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
9 lines
101 B
Python
9 lines
101 B
Python
class Bar:
|
|
def __init__(self, a, b):
|
|
pass
|
|
|
|
class Bambr(Bar):
|
|
pass
|
|
|
|
Bambr(<arg1>1, <arg2>2)
|