mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 16:21:49 +07:00
8 lines
139 B
Python
8 lines
139 B
Python
class Py2460A:
|
|
class Py2460B:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def __init__(self):
|
|
self.b = Py2460A.Py2460B()
|