1
2 ###
3 # allow to declare a property as a decorator
4 ###
5 def Property(func):
6 return property(**func())