mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
7 lines
68 B
Python
7 lines
68 B
Python
class A:
|
|
my_attr = 15
|
|
|
|
|
|
a = A()
|
|
print(a.my_attr)
|
|
# <ref> |