mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 01:11:31 +07:00
GitOrigin-RevId: e3a345ef671ad8e8717cdc048bd57cf00a0d6fd2
3 lines
58 B
Python
3 lines
58 B
Python
class MyClass:
|
|
def __init__(self, a):
|
|
print(a) |