costs_workflow/costs/building.py
2023-06-01 14:07:41 -04:00

6 lines
123 B
Python

from hub.persistence.models.city_object import CityObject
class Building(CityObject):
def __init__(self, ):
super()