diff --git a/hsml/python/hsml/__init__.py b/python/hsml/__init__.py similarity index 100% rename from hsml/python/hsml/__init__.py rename to python/hsml/__init__.py diff --git a/hsml/python/hsml/client/__init__.py b/python/hsml/client/__init__.py similarity index 100% rename from hsml/python/hsml/client/__init__.py rename to python/hsml/client/__init__.py diff --git a/hsml/python/hsml/client/auth.py b/python/hsml/client/auth.py similarity index 100% rename from hsml/python/hsml/client/auth.py rename to python/hsml/client/auth.py diff --git a/hsml/python/hsml/client/base.py b/python/hsml/client/base.py similarity index 100% rename from hsml/python/hsml/client/base.py rename to python/hsml/client/base.py diff --git a/hsml/python/hsml/client/exceptions.py b/python/hsml/client/exceptions.py similarity index 100% rename from hsml/python/hsml/client/exceptions.py rename to python/hsml/client/exceptions.py diff --git a/hsml/python/hsml/client/hopsworks/__init__.py b/python/hsml/client/hopsworks/__init__.py similarity index 100% rename from hsml/python/hsml/client/hopsworks/__init__.py rename to python/hsml/client/hopsworks/__init__.py diff --git a/hsml/python/hsml/client/hopsworks/base.py b/python/hsml/client/hopsworks/base.py similarity index 100% rename from hsml/python/hsml/client/hopsworks/base.py rename to python/hsml/client/hopsworks/base.py diff --git a/hsml/python/hsml/client/hopsworks/external.py b/python/hsml/client/hopsworks/external.py similarity index 100% rename from hsml/python/hsml/client/hopsworks/external.py rename to python/hsml/client/hopsworks/external.py diff --git a/hsml/python/hsml/client/hopsworks/internal.py b/python/hsml/client/hopsworks/internal.py similarity index 100% rename from hsml/python/hsml/client/hopsworks/internal.py rename to python/hsml/client/hopsworks/internal.py diff --git a/hsml/python/hsml/client/istio/__init__.py b/python/hsml/client/istio/__init__.py similarity index 100% rename from hsml/python/hsml/client/istio/__init__.py rename to python/hsml/client/istio/__init__.py diff --git a/hsml/python/hsml/client/istio/base.py b/python/hsml/client/istio/base.py similarity index 100% rename from hsml/python/hsml/client/istio/base.py rename to python/hsml/client/istio/base.py diff --git a/hsml/python/hsml/client/istio/external.py b/python/hsml/client/istio/external.py similarity index 100% rename from hsml/python/hsml/client/istio/external.py rename to python/hsml/client/istio/external.py diff --git a/hsml/python/hsml/client/istio/grpc/__init__.py b/python/hsml/client/istio/grpc/__init__.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/__init__.py rename to python/hsml/client/istio/grpc/__init__.py diff --git a/hsml/python/hsml/client/istio/grpc/errors.py b/python/hsml/client/istio/grpc/errors.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/errors.py rename to python/hsml/client/istio/grpc/errors.py diff --git a/hsml/python/hsml/client/istio/grpc/exceptions.py b/python/hsml/client/istio/grpc/exceptions.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/exceptions.py rename to python/hsml/client/istio/grpc/exceptions.py diff --git a/hsml/python/hsml/client/istio/grpc/inference_client.py b/python/hsml/client/istio/grpc/inference_client.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/inference_client.py rename to python/hsml/client/istio/grpc/inference_client.py diff --git a/hsml/python/hsml/client/istio/grpc/proto/__init__.py b/python/hsml/client/istio/grpc/proto/__init__.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/proto/__init__.py rename to python/hsml/client/istio/grpc/proto/__init__.py diff --git a/hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2.proto b/python/hsml/client/istio/grpc/proto/grpc_predict_v2.proto similarity index 100% rename from hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2.proto rename to python/hsml/client/istio/grpc/proto/grpc_predict_v2.proto diff --git a/hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.py b/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.py rename to python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.py diff --git a/hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.pyi b/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.pyi similarity index 100% rename from hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.pyi rename to python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2.pyi diff --git a/hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2_grpc.py b/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2_grpc.py similarity index 100% rename from hsml/python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2_grpc.py rename to python/hsml/client/istio/grpc/proto/grpc_predict_v2_pb2_grpc.py diff --git a/hsml/python/hsml/client/istio/internal.py b/python/hsml/client/istio/internal.py similarity index 100% rename from hsml/python/hsml/client/istio/internal.py rename to python/hsml/client/istio/internal.py diff --git a/hsml/python/hsml/client/istio/utils/__init__.py b/python/hsml/client/istio/utils/__init__.py similarity index 100% rename from hsml/python/hsml/client/istio/utils/__init__.py rename to python/hsml/client/istio/utils/__init__.py diff --git a/hsml/python/hsml/client/istio/utils/infer_type.py b/python/hsml/client/istio/utils/infer_type.py similarity index 100% rename from hsml/python/hsml/client/istio/utils/infer_type.py rename to python/hsml/client/istio/utils/infer_type.py diff --git a/hsml/python/hsml/client/istio/utils/numpy_codec.py b/python/hsml/client/istio/utils/numpy_codec.py similarity index 100% rename from hsml/python/hsml/client/istio/utils/numpy_codec.py rename to python/hsml/client/istio/utils/numpy_codec.py diff --git a/hsml/python/hsml/connection.py b/python/hsml/connection.py similarity index 100% rename from hsml/python/hsml/connection.py rename to python/hsml/connection.py diff --git a/hsml/python/hsml/constants.py b/python/hsml/constants.py similarity index 100% rename from hsml/python/hsml/constants.py rename to python/hsml/constants.py diff --git a/hsml/python/hsml/core/__init__.py b/python/hsml/core/__init__.py similarity index 100% rename from hsml/python/hsml/core/__init__.py rename to python/hsml/core/__init__.py diff --git a/hsml/python/hsml/core/dataset_api.py b/python/hsml/core/dataset_api.py similarity index 100% rename from hsml/python/hsml/core/dataset_api.py rename to python/hsml/core/dataset_api.py diff --git a/hsml/python/hsml/core/explicit_provenance.py b/python/hsml/core/explicit_provenance.py similarity index 100% rename from hsml/python/hsml/core/explicit_provenance.py rename to python/hsml/core/explicit_provenance.py diff --git a/hsml/python/hsml/core/model_api.py b/python/hsml/core/model_api.py similarity index 100% rename from hsml/python/hsml/core/model_api.py rename to python/hsml/core/model_api.py diff --git a/hsml/python/hsml/core/model_registry_api.py b/python/hsml/core/model_registry_api.py similarity index 100% rename from hsml/python/hsml/core/model_registry_api.py rename to python/hsml/core/model_registry_api.py diff --git a/hsml/python/hsml/core/model_serving_api.py b/python/hsml/core/model_serving_api.py similarity index 100% rename from hsml/python/hsml/core/model_serving_api.py rename to python/hsml/core/model_serving_api.py diff --git a/hsml/python/hsml/core/native_hdfs_api.py b/python/hsml/core/native_hdfs_api.py similarity index 100% rename from hsml/python/hsml/core/native_hdfs_api.py rename to python/hsml/core/native_hdfs_api.py diff --git a/hsml/python/hsml/core/serving_api.py b/python/hsml/core/serving_api.py similarity index 100% rename from hsml/python/hsml/core/serving_api.py rename to python/hsml/core/serving_api.py diff --git a/hsml/python/hsml/decorators.py b/python/hsml/decorators.py similarity index 100% rename from hsml/python/hsml/decorators.py rename to python/hsml/decorators.py diff --git a/hsml/python/hsml/deployable_component.py b/python/hsml/deployable_component.py similarity index 100% rename from hsml/python/hsml/deployable_component.py rename to python/hsml/deployable_component.py diff --git a/hsml/python/hsml/deployable_component_logs.py b/python/hsml/deployable_component_logs.py similarity index 100% rename from hsml/python/hsml/deployable_component_logs.py rename to python/hsml/deployable_component_logs.py diff --git a/hsml/python/hsml/deployment.py b/python/hsml/deployment.py similarity index 100% rename from hsml/python/hsml/deployment.py rename to python/hsml/deployment.py diff --git a/hsml/python/hsml/engine/__init__.py b/python/hsml/engine/__init__.py similarity index 100% rename from hsml/python/hsml/engine/__init__.py rename to python/hsml/engine/__init__.py diff --git a/hsml/python/hsml/engine/hopsworks_engine.py b/python/hsml/engine/hopsworks_engine.py similarity index 100% rename from hsml/python/hsml/engine/hopsworks_engine.py rename to python/hsml/engine/hopsworks_engine.py diff --git a/hsml/python/hsml/engine/local_engine.py b/python/hsml/engine/local_engine.py similarity index 100% rename from hsml/python/hsml/engine/local_engine.py rename to python/hsml/engine/local_engine.py diff --git a/hsml/python/hsml/engine/model_engine.py b/python/hsml/engine/model_engine.py similarity index 100% rename from hsml/python/hsml/engine/model_engine.py rename to python/hsml/engine/model_engine.py diff --git a/hsml/python/hsml/engine/serving_engine.py b/python/hsml/engine/serving_engine.py similarity index 100% rename from hsml/python/hsml/engine/serving_engine.py rename to python/hsml/engine/serving_engine.py diff --git a/hsml/python/hsml/inference_batcher.py b/python/hsml/inference_batcher.py similarity index 100% rename from hsml/python/hsml/inference_batcher.py rename to python/hsml/inference_batcher.py diff --git a/hsml/python/hsml/inference_endpoint.py b/python/hsml/inference_endpoint.py similarity index 100% rename from hsml/python/hsml/inference_endpoint.py rename to python/hsml/inference_endpoint.py diff --git a/hsml/python/hsml/inference_logger.py b/python/hsml/inference_logger.py similarity index 100% rename from hsml/python/hsml/inference_logger.py rename to python/hsml/inference_logger.py diff --git a/hsml/python/hsml/kafka_topic.py b/python/hsml/kafka_topic.py similarity index 100% rename from hsml/python/hsml/kafka_topic.py rename to python/hsml/kafka_topic.py diff --git a/hsml/python/hsml/model.py b/python/hsml/model.py similarity index 100% rename from hsml/python/hsml/model.py rename to python/hsml/model.py diff --git a/hsml/python/hsml/model_registry.py b/python/hsml/model_registry.py similarity index 100% rename from hsml/python/hsml/model_registry.py rename to python/hsml/model_registry.py diff --git a/hsml/python/hsml/model_schema.py b/python/hsml/model_schema.py similarity index 100% rename from hsml/python/hsml/model_schema.py rename to python/hsml/model_schema.py diff --git a/hsml/python/hsml/model_serving.py b/python/hsml/model_serving.py similarity index 100% rename from hsml/python/hsml/model_serving.py rename to python/hsml/model_serving.py diff --git a/hsml/python/hsml/predictor.py b/python/hsml/predictor.py similarity index 100% rename from hsml/python/hsml/predictor.py rename to python/hsml/predictor.py diff --git a/hsml/python/hsml/predictor_state.py b/python/hsml/predictor_state.py similarity index 100% rename from hsml/python/hsml/predictor_state.py rename to python/hsml/predictor_state.py diff --git a/hsml/python/hsml/predictor_state_condition.py b/python/hsml/predictor_state_condition.py similarity index 100% rename from hsml/python/hsml/predictor_state_condition.py rename to python/hsml/predictor_state_condition.py diff --git a/hsml/python/hsml/python/__init__.py b/python/hsml/python/__init__.py similarity index 100% rename from hsml/python/hsml/python/__init__.py rename to python/hsml/python/__init__.py diff --git a/hsml/python/hsml/python/model.py b/python/hsml/python/model.py similarity index 100% rename from hsml/python/hsml/python/model.py rename to python/hsml/python/model.py diff --git a/hsml/python/hsml/python/predictor.py b/python/hsml/python/predictor.py similarity index 100% rename from hsml/python/hsml/python/predictor.py rename to python/hsml/python/predictor.py diff --git a/hsml/python/hsml/python/signature.py b/python/hsml/python/signature.py similarity index 100% rename from hsml/python/hsml/python/signature.py rename to python/hsml/python/signature.py diff --git a/hsml/python/hsml/resources.py b/python/hsml/resources.py similarity index 100% rename from hsml/python/hsml/resources.py rename to python/hsml/resources.py diff --git a/hsml/python/hsml/schema.py b/python/hsml/schema.py similarity index 100% rename from hsml/python/hsml/schema.py rename to python/hsml/schema.py diff --git a/hsml/python/hsml/sklearn/__init__.py b/python/hsml/sklearn/__init__.py similarity index 100% rename from hsml/python/hsml/sklearn/__init__.py rename to python/hsml/sklearn/__init__.py diff --git a/hsml/python/hsml/sklearn/model.py b/python/hsml/sklearn/model.py similarity index 100% rename from hsml/python/hsml/sklearn/model.py rename to python/hsml/sklearn/model.py diff --git a/hsml/python/hsml/sklearn/predictor.py b/python/hsml/sklearn/predictor.py similarity index 100% rename from hsml/python/hsml/sklearn/predictor.py rename to python/hsml/sklearn/predictor.py diff --git a/hsml/python/hsml/sklearn/signature.py b/python/hsml/sklearn/signature.py similarity index 100% rename from hsml/python/hsml/sklearn/signature.py rename to python/hsml/sklearn/signature.py diff --git a/hsml/python/hsml/tag.py b/python/hsml/tag.py similarity index 100% rename from hsml/python/hsml/tag.py rename to python/hsml/tag.py diff --git a/hsml/python/hsml/tensorflow/__init__.py b/python/hsml/tensorflow/__init__.py similarity index 100% rename from hsml/python/hsml/tensorflow/__init__.py rename to python/hsml/tensorflow/__init__.py diff --git a/hsml/python/hsml/tensorflow/model.py b/python/hsml/tensorflow/model.py similarity index 100% rename from hsml/python/hsml/tensorflow/model.py rename to python/hsml/tensorflow/model.py diff --git a/hsml/python/hsml/tensorflow/predictor.py b/python/hsml/tensorflow/predictor.py similarity index 100% rename from hsml/python/hsml/tensorflow/predictor.py rename to python/hsml/tensorflow/predictor.py diff --git a/hsml/python/hsml/tensorflow/signature.py b/python/hsml/tensorflow/signature.py similarity index 100% rename from hsml/python/hsml/tensorflow/signature.py rename to python/hsml/tensorflow/signature.py diff --git a/hsml/python/hsml/torch/__init__.py b/python/hsml/torch/__init__.py similarity index 100% rename from hsml/python/hsml/torch/__init__.py rename to python/hsml/torch/__init__.py diff --git a/hsml/python/hsml/torch/model.py b/python/hsml/torch/model.py similarity index 100% rename from hsml/python/hsml/torch/model.py rename to python/hsml/torch/model.py diff --git a/hsml/python/hsml/torch/predictor.py b/python/hsml/torch/predictor.py similarity index 100% rename from hsml/python/hsml/torch/predictor.py rename to python/hsml/torch/predictor.py diff --git a/hsml/python/hsml/torch/signature.py b/python/hsml/torch/signature.py similarity index 100% rename from hsml/python/hsml/torch/signature.py rename to python/hsml/torch/signature.py diff --git a/hsml/python/hsml/transformer.py b/python/hsml/transformer.py similarity index 100% rename from hsml/python/hsml/transformer.py rename to python/hsml/transformer.py diff --git a/hsml/python/hsml/util.py b/python/hsml/util.py similarity index 100% rename from hsml/python/hsml/util.py rename to python/hsml/util.py diff --git a/hsml/python/hsml/utils/__init__.py b/python/hsml/utils/__init__.py similarity index 100% rename from hsml/python/hsml/utils/__init__.py rename to python/hsml/utils/__init__.py diff --git a/hsml/python/hsml/utils/schema/__init__.py b/python/hsml/utils/schema/__init__.py similarity index 100% rename from hsml/python/hsml/utils/schema/__init__.py rename to python/hsml/utils/schema/__init__.py diff --git a/hsml/python/hsml/utils/schema/column.py b/python/hsml/utils/schema/column.py similarity index 100% rename from hsml/python/hsml/utils/schema/column.py rename to python/hsml/utils/schema/column.py diff --git a/hsml/python/hsml/utils/schema/columnar_schema.py b/python/hsml/utils/schema/columnar_schema.py similarity index 100% rename from hsml/python/hsml/utils/schema/columnar_schema.py rename to python/hsml/utils/schema/columnar_schema.py diff --git a/hsml/python/hsml/utils/schema/tensor.py b/python/hsml/utils/schema/tensor.py similarity index 100% rename from hsml/python/hsml/utils/schema/tensor.py rename to python/hsml/utils/schema/tensor.py diff --git a/hsml/python/hsml/utils/schema/tensor_schema.py b/python/hsml/utils/schema/tensor_schema.py similarity index 100% rename from hsml/python/hsml/utils/schema/tensor_schema.py rename to python/hsml/utils/schema/tensor_schema.py diff --git a/hsml/python/hsml/version.py b/python/hsml/version.py similarity index 100% rename from hsml/python/hsml/version.py rename to python/hsml/version.py