finding errors in the server2
This commit is contained in:
parent
032538437a
commit
2e64776d99
|
@ -1,7 +1,7 @@
|
||||||
from city_model_structure.city_object import CityObject
|
from city_model_structure.city_object import CityObject
|
||||||
from typing import List, Union
|
from typing import List, Union
|
||||||
|
|
||||||
|
#####
|
||||||
class City:
|
class City:
|
||||||
def __init__(self, lower_corner, upper_corner, city_objects, srs_name):
|
def __init__(self, lower_corner, upper_corner, city_objects, srs_name):
|
||||||
self._city_objects = None
|
self._city_objects = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user