9 lines
80 B
Python
9 lines
80 B
Python
@property
|
|
# TODO: X
|
|
@property
|
|
# TODO: Y
|
|
# TODO: Z
|
|
@property
|
|
def foo():
|
|
pass
|