for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
class classproperty_readonly(property):
def __get__(self, obj, objtype=None):
return super().__get__(objtype)