finding errors in the server 3

This commit is contained in:
pilar 2020-05-19 17:23:29 -04:00
parent 2e64776d99
commit 6a7603f039

View File

@ -1,7 +1,7 @@
from city_model_structure.city_object import CityObject
from typing import List, Union
#####
class City:
def __init__(self, lower_corner, upper_corner, city_objects, srs_name):
self._city_objects = None