Use @property to create the os attribute in Image
Use the @property decorator instead of the property() method to create a read-only os attribute in Image class.
Please register or sign in to comment
Use the @property decorator instead of the property() method to create a read-only os attribute in Image class.