4 lines
108 B
Python
4 lines
108 B
Python
|
import collections
|
||
|
|
||
|
ModifiableProperty = collections.namedtuple('ModifiableProperty', ['getter', 'setter'])
|