adding new city_objects

This commit is contained in:
pilar 2020-06-16 15:14:23 -04:00
parent 16e33b3772
commit 2f47df2a7c

View File

@ -0,0 +1,31 @@
@property
def height(self):
"""
Get height of tree
:return: height
"""
return self._height
@property
def canopy(self):
"""
Get canopy of tree
:return: canopy
"""
return self._canopy