mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
7 lines
106 B
Python
7 lines
106 B
Python
class C(object):
|
|
def __init__(self, x, y):
|
|
pass
|
|
|
|
def __new__(cls, **kwargs):
|
|
pass
|