Files
2021-03-12 09:39:57 -05:00

6 lines
52 B
Python

class Foo(object):
x:int = 1
f = Foo()
f.x = 2