diff --git a/openeo/__init__.py b/openeo/__init__.py index e6b5edcaf..782843f8f 100644 --- a/openeo/__init__.py +++ b/openeo/__init__.py @@ -19,6 +19,7 @@ class BaseOpenEoException(Exception): from openeo.rest.graph_building import collection_property from openeo.rest.job import BatchJob, RESTJob from openeo.rest.multiresult import MultiResult +from openeo.rest.vectorcube import VectorCube def client_version() -> str: