diff --git a/imports/geometry_factory.py b/imports/geometry_factory.py index e5facb60..d24199bf 100644 --- a/imports/geometry_factory.py +++ b/imports/geometry_factory.py @@ -8,6 +8,7 @@ from city_model_structure.city import City from imports.geometry.citygml import CityGml from imports.geometry.obj import Obj from imports.geometry.osm_subway import OsmSubway +from imports.geometry.rhino import Rhino class GeometryFactory: