6 lines
123 B
Python
6 lines
123 B
Python
from hub.persistence.models.city_object import CityObject
|
|
|
|
class Building(CityObject):
|
|
|
|
def __init__(self, ):
|
|
super() |