mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
9 lines
79 B
Python
9 lines
79 B
Python
class Foo:
|
|
def __init__(self):
|
|
pass
|
|
|
|
class Bar(Foo):
|
|
pass
|
|
|
|
Bar()
|
|
#<ref> |