diff --git a/hsfs/python/hsfs/__init__.py b/python/hsfs/__init__.py similarity index 100% rename from hsfs/python/hsfs/__init__.py rename to python/hsfs/__init__.py diff --git a/hsfs/python/hsfs/builtin_transformations.py b/python/hsfs/builtin_transformations.py similarity index 100% rename from hsfs/python/hsfs/builtin_transformations.py rename to python/hsfs/builtin_transformations.py diff --git a/hsfs/python/hsfs/client/__init__.py b/python/hsfs/client/__init__.py similarity index 100% rename from hsfs/python/hsfs/client/__init__.py rename to python/hsfs/client/__init__.py diff --git a/hsfs/python/hsfs/client/auth.py b/python/hsfs/client/auth.py similarity index 100% rename from hsfs/python/hsfs/client/auth.py rename to python/hsfs/client/auth.py diff --git a/hsfs/python/hsfs/client/base.py b/python/hsfs/client/base.py similarity index 100% rename from hsfs/python/hsfs/client/base.py rename to python/hsfs/client/base.py diff --git a/hsfs/python/hsfs/client/exceptions.py b/python/hsfs/client/exceptions.py similarity index 100% rename from hsfs/python/hsfs/client/exceptions.py rename to python/hsfs/client/exceptions.py diff --git a/hsfs/python/hsfs/client/external.py b/python/hsfs/client/external.py similarity index 100% rename from hsfs/python/hsfs/client/external.py rename to python/hsfs/client/external.py diff --git a/hsfs/python/hsfs/client/hopsworks.py b/python/hsfs/client/hopsworks.py similarity index 100% rename from hsfs/python/hsfs/client/hopsworks.py rename to python/hsfs/client/hopsworks.py diff --git a/hsfs/python/hsfs/client/online_store_rest_client.py b/python/hsfs/client/online_store_rest_client.py similarity index 100% rename from hsfs/python/hsfs/client/online_store_rest_client.py rename to python/hsfs/client/online_store_rest_client.py diff --git a/hsfs/python/hsfs/code.py b/python/hsfs/code.py similarity index 100% rename from hsfs/python/hsfs/code.py rename to python/hsfs/code.py diff --git a/hsfs/python/hsfs/connection.py b/python/hsfs/connection.py similarity index 100% rename from hsfs/python/hsfs/connection.py rename to python/hsfs/connection.py diff --git a/hsfs/python/hsfs/constructor/__init__.py b/python/hsfs/constructor/__init__.py similarity index 100% rename from hsfs/python/hsfs/constructor/__init__.py rename to python/hsfs/constructor/__init__.py diff --git a/hsfs/python/hsfs/constructor/external_feature_group_alias.py b/python/hsfs/constructor/external_feature_group_alias.py similarity index 100% rename from hsfs/python/hsfs/constructor/external_feature_group_alias.py rename to python/hsfs/constructor/external_feature_group_alias.py diff --git a/hsfs/python/hsfs/constructor/filter.py b/python/hsfs/constructor/filter.py similarity index 100% rename from hsfs/python/hsfs/constructor/filter.py rename to python/hsfs/constructor/filter.py diff --git a/hsfs/python/hsfs/constructor/fs_query.py b/python/hsfs/constructor/fs_query.py similarity index 100% rename from hsfs/python/hsfs/constructor/fs_query.py rename to python/hsfs/constructor/fs_query.py diff --git a/hsfs/python/hsfs/constructor/hudi_feature_group_alias.py b/python/hsfs/constructor/hudi_feature_group_alias.py similarity index 100% rename from hsfs/python/hsfs/constructor/hudi_feature_group_alias.py rename to python/hsfs/constructor/hudi_feature_group_alias.py diff --git a/hsfs/python/hsfs/constructor/join.py b/python/hsfs/constructor/join.py similarity index 100% rename from hsfs/python/hsfs/constructor/join.py rename to python/hsfs/constructor/join.py diff --git a/hsfs/python/hsfs/constructor/prepared_statement_parameter.py b/python/hsfs/constructor/prepared_statement_parameter.py similarity index 100% rename from hsfs/python/hsfs/constructor/prepared_statement_parameter.py rename to python/hsfs/constructor/prepared_statement_parameter.py diff --git a/hsfs/python/hsfs/constructor/query.py b/python/hsfs/constructor/query.py similarity index 100% rename from hsfs/python/hsfs/constructor/query.py rename to python/hsfs/constructor/query.py diff --git a/hsfs/python/hsfs/constructor/serving_prepared_statement.py b/python/hsfs/constructor/serving_prepared_statement.py similarity index 100% rename from hsfs/python/hsfs/constructor/serving_prepared_statement.py rename to python/hsfs/constructor/serving_prepared_statement.py diff --git a/hsfs/python/hsfs/core/__init__.py b/python/hsfs/core/__init__.py similarity index 100% rename from hsfs/python/hsfs/core/__init__.py rename to python/hsfs/core/__init__.py diff --git a/hsfs/python/hsfs/core/arrow_flight_client.py b/python/hsfs/core/arrow_flight_client.py similarity index 100% rename from hsfs/python/hsfs/core/arrow_flight_client.py rename to python/hsfs/core/arrow_flight_client.py diff --git a/hsfs/python/hsfs/core/code_api.py b/python/hsfs/core/code_api.py similarity index 100% rename from hsfs/python/hsfs/core/code_api.py rename to python/hsfs/core/code_api.py diff --git a/hsfs/python/hsfs/core/code_engine.py b/python/hsfs/core/code_engine.py similarity index 100% rename from hsfs/python/hsfs/core/code_engine.py rename to python/hsfs/core/code_engine.py diff --git a/hsfs/python/hsfs/core/constants.py b/python/hsfs/core/constants.py similarity index 100% rename from hsfs/python/hsfs/core/constants.py rename to python/hsfs/core/constants.py diff --git a/hsfs/python/hsfs/core/dataset_api.py b/python/hsfs/core/dataset_api.py similarity index 100% rename from hsfs/python/hsfs/core/dataset_api.py rename to python/hsfs/core/dataset_api.py diff --git a/hsfs/python/hsfs/core/delta_engine.py b/python/hsfs/core/delta_engine.py similarity index 100% rename from hsfs/python/hsfs/core/delta_engine.py rename to python/hsfs/core/delta_engine.py diff --git a/hsfs/python/hsfs/core/deltastreamer_jobconf.py b/python/hsfs/core/deltastreamer_jobconf.py similarity index 100% rename from hsfs/python/hsfs/core/deltastreamer_jobconf.py rename to python/hsfs/core/deltastreamer_jobconf.py diff --git a/hsfs/python/hsfs/core/execution.py b/python/hsfs/core/execution.py similarity index 100% rename from hsfs/python/hsfs/core/execution.py rename to python/hsfs/core/execution.py diff --git a/hsfs/python/hsfs/core/expectation_api.py b/python/hsfs/core/expectation_api.py similarity index 100% rename from hsfs/python/hsfs/core/expectation_api.py rename to python/hsfs/core/expectation_api.py diff --git a/hsfs/python/hsfs/core/expectation_engine.py b/python/hsfs/core/expectation_engine.py similarity index 100% rename from hsfs/python/hsfs/core/expectation_engine.py rename to python/hsfs/core/expectation_engine.py diff --git a/hsfs/python/hsfs/core/expectation_suite_api.py b/python/hsfs/core/expectation_suite_api.py similarity index 100% rename from hsfs/python/hsfs/core/expectation_suite_api.py rename to python/hsfs/core/expectation_suite_api.py diff --git a/hsfs/python/hsfs/core/expectation_suite_engine.py b/python/hsfs/core/expectation_suite_engine.py similarity index 100% rename from hsfs/python/hsfs/core/expectation_suite_engine.py rename to python/hsfs/core/expectation_suite_engine.py diff --git a/hsfs/python/hsfs/core/explicit_provenance.py b/python/hsfs/core/explicit_provenance.py similarity index 100% rename from hsfs/python/hsfs/core/explicit_provenance.py rename to python/hsfs/core/explicit_provenance.py diff --git a/hsfs/python/hsfs/core/external_feature_group_engine.py b/python/hsfs/core/external_feature_group_engine.py similarity index 100% rename from hsfs/python/hsfs/core/external_feature_group_engine.py rename to python/hsfs/core/external_feature_group_engine.py diff --git a/hsfs/python/hsfs/core/feature_descriptive_statistics.py b/python/hsfs/core/feature_descriptive_statistics.py similarity index 100% rename from hsfs/python/hsfs/core/feature_descriptive_statistics.py rename to python/hsfs/core/feature_descriptive_statistics.py diff --git a/hsfs/python/hsfs/core/feature_group_api.py b/python/hsfs/core/feature_group_api.py similarity index 100% rename from hsfs/python/hsfs/core/feature_group_api.py rename to python/hsfs/core/feature_group_api.py diff --git a/hsfs/python/hsfs/core/feature_group_base_engine.py b/python/hsfs/core/feature_group_base_engine.py similarity index 100% rename from hsfs/python/hsfs/core/feature_group_base_engine.py rename to python/hsfs/core/feature_group_base_engine.py diff --git a/hsfs/python/hsfs/core/feature_group_engine.py b/python/hsfs/core/feature_group_engine.py similarity index 100% rename from hsfs/python/hsfs/core/feature_group_engine.py rename to python/hsfs/core/feature_group_engine.py diff --git a/hsfs/python/hsfs/core/feature_logging.py b/python/hsfs/core/feature_logging.py similarity index 100% rename from hsfs/python/hsfs/core/feature_logging.py rename to python/hsfs/core/feature_logging.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_config.py b/python/hsfs/core/feature_monitoring_config.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_config.py rename to python/hsfs/core/feature_monitoring_config.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_config_api.py b/python/hsfs/core/feature_monitoring_config_api.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_config_api.py rename to python/hsfs/core/feature_monitoring_config_api.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_config_engine.py b/python/hsfs/core/feature_monitoring_config_engine.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_config_engine.py rename to python/hsfs/core/feature_monitoring_config_engine.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_result.py b/python/hsfs/core/feature_monitoring_result.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_result.py rename to python/hsfs/core/feature_monitoring_result.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_result_api.py b/python/hsfs/core/feature_monitoring_result_api.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_result_api.py rename to python/hsfs/core/feature_monitoring_result_api.py diff --git a/hsfs/python/hsfs/core/feature_monitoring_result_engine.py b/python/hsfs/core/feature_monitoring_result_engine.py similarity index 100% rename from hsfs/python/hsfs/core/feature_monitoring_result_engine.py rename to python/hsfs/core/feature_monitoring_result_engine.py diff --git a/hsfs/python/hsfs/core/feature_store_api.py b/python/hsfs/core/feature_store_api.py similarity index 100% rename from hsfs/python/hsfs/core/feature_store_api.py rename to python/hsfs/core/feature_store_api.py diff --git a/hsfs/python/hsfs/core/feature_view_api.py b/python/hsfs/core/feature_view_api.py similarity index 100% rename from hsfs/python/hsfs/core/feature_view_api.py rename to python/hsfs/core/feature_view_api.py diff --git a/hsfs/python/hsfs/core/feature_view_engine.py b/python/hsfs/core/feature_view_engine.py similarity index 100% rename from hsfs/python/hsfs/core/feature_view_engine.py rename to python/hsfs/core/feature_view_engine.py diff --git a/hsfs/python/hsfs/core/great_expectation_engine.py b/python/hsfs/core/great_expectation_engine.py similarity index 100% rename from hsfs/python/hsfs/core/great_expectation_engine.py rename to python/hsfs/core/great_expectation_engine.py diff --git a/hsfs/python/hsfs/core/hosts_api.py b/python/hsfs/core/hosts_api.py similarity index 100% rename from hsfs/python/hsfs/core/hosts_api.py rename to python/hsfs/core/hosts_api.py diff --git a/hsfs/python/hsfs/core/hudi_engine.py b/python/hsfs/core/hudi_engine.py similarity index 100% rename from hsfs/python/hsfs/core/hudi_engine.py rename to python/hsfs/core/hudi_engine.py diff --git a/hsfs/python/hsfs/core/ingestion_job.py b/python/hsfs/core/ingestion_job.py similarity index 100% rename from hsfs/python/hsfs/core/ingestion_job.py rename to python/hsfs/core/ingestion_job.py diff --git a/hsfs/python/hsfs/core/ingestion_job_conf.py b/python/hsfs/core/ingestion_job_conf.py similarity index 100% rename from hsfs/python/hsfs/core/ingestion_job_conf.py rename to python/hsfs/core/ingestion_job_conf.py diff --git a/hsfs/python/hsfs/core/inode.py b/python/hsfs/core/inode.py similarity index 100% rename from hsfs/python/hsfs/core/inode.py rename to python/hsfs/core/inode.py diff --git a/hsfs/python/hsfs/core/job.py b/python/hsfs/core/job.py similarity index 100% rename from hsfs/python/hsfs/core/job.py rename to python/hsfs/core/job.py diff --git a/hsfs/python/hsfs/core/job_api.py b/python/hsfs/core/job_api.py similarity index 100% rename from hsfs/python/hsfs/core/job_api.py rename to python/hsfs/core/job_api.py diff --git a/hsfs/python/hsfs/core/job_configuration.py b/python/hsfs/core/job_configuration.py similarity index 100% rename from hsfs/python/hsfs/core/job_configuration.py rename to python/hsfs/core/job_configuration.py diff --git a/hsfs/python/hsfs/core/job_schedule.py b/python/hsfs/core/job_schedule.py similarity index 100% rename from hsfs/python/hsfs/core/job_schedule.py rename to python/hsfs/core/job_schedule.py diff --git a/hsfs/python/hsfs/core/kafka_api.py b/python/hsfs/core/kafka_api.py similarity index 100% rename from hsfs/python/hsfs/core/kafka_api.py rename to python/hsfs/core/kafka_api.py diff --git a/hsfs/python/hsfs/core/kafka_engine.py b/python/hsfs/core/kafka_engine.py similarity index 100% rename from hsfs/python/hsfs/core/kafka_engine.py rename to python/hsfs/core/kafka_engine.py diff --git a/hsfs/python/hsfs/core/monitoring_window_config.py b/python/hsfs/core/monitoring_window_config.py similarity index 100% rename from hsfs/python/hsfs/core/monitoring_window_config.py rename to python/hsfs/core/monitoring_window_config.py diff --git a/hsfs/python/hsfs/core/monitoring_window_config_engine.py b/python/hsfs/core/monitoring_window_config_engine.py similarity index 100% rename from hsfs/python/hsfs/core/monitoring_window_config_engine.py rename to python/hsfs/core/monitoring_window_config_engine.py diff --git a/hsfs/python/hsfs/core/online_store_rest_client_api.py b/python/hsfs/core/online_store_rest_client_api.py similarity index 100% rename from hsfs/python/hsfs/core/online_store_rest_client_api.py rename to python/hsfs/core/online_store_rest_client_api.py diff --git a/hsfs/python/hsfs/core/online_store_rest_client_engine.py b/python/hsfs/core/online_store_rest_client_engine.py similarity index 100% rename from hsfs/python/hsfs/core/online_store_rest_client_engine.py rename to python/hsfs/core/online_store_rest_client_engine.py diff --git a/hsfs/python/hsfs/core/online_store_sql_engine.py b/python/hsfs/core/online_store_sql_engine.py similarity index 100% rename from hsfs/python/hsfs/core/online_store_sql_engine.py rename to python/hsfs/core/online_store_sql_engine.py diff --git a/hsfs/python/hsfs/core/opensearch.py b/python/hsfs/core/opensearch.py similarity index 100% rename from hsfs/python/hsfs/core/opensearch.py rename to python/hsfs/core/opensearch.py diff --git a/hsfs/python/hsfs/core/opensearch_api.py b/python/hsfs/core/opensearch_api.py similarity index 100% rename from hsfs/python/hsfs/core/opensearch_api.py rename to python/hsfs/core/opensearch_api.py diff --git a/hsfs/python/hsfs/core/project_api.py b/python/hsfs/core/project_api.py similarity index 100% rename from hsfs/python/hsfs/core/project_api.py rename to python/hsfs/core/project_api.py diff --git a/hsfs/python/hsfs/core/query_constructor_api.py b/python/hsfs/core/query_constructor_api.py similarity index 100% rename from hsfs/python/hsfs/core/query_constructor_api.py rename to python/hsfs/core/query_constructor_api.py diff --git a/hsfs/python/hsfs/core/services_api.py b/python/hsfs/core/services_api.py similarity index 100% rename from hsfs/python/hsfs/core/services_api.py rename to python/hsfs/core/services_api.py diff --git a/hsfs/python/hsfs/core/spine_group_engine.py b/python/hsfs/core/spine_group_engine.py similarity index 100% rename from hsfs/python/hsfs/core/spine_group_engine.py rename to python/hsfs/core/spine_group_engine.py diff --git a/hsfs/python/hsfs/core/statistics_api.py b/python/hsfs/core/statistics_api.py similarity index 100% rename from hsfs/python/hsfs/core/statistics_api.py rename to python/hsfs/core/statistics_api.py diff --git a/hsfs/python/hsfs/core/statistics_engine.py b/python/hsfs/core/statistics_engine.py similarity index 100% rename from hsfs/python/hsfs/core/statistics_engine.py rename to python/hsfs/core/statistics_engine.py diff --git a/hsfs/python/hsfs/core/storage_connector_api.py b/python/hsfs/core/storage_connector_api.py similarity index 100% rename from hsfs/python/hsfs/core/storage_connector_api.py rename to python/hsfs/core/storage_connector_api.py diff --git a/hsfs/python/hsfs/core/tags_api.py b/python/hsfs/core/tags_api.py similarity index 100% rename from hsfs/python/hsfs/core/tags_api.py rename to python/hsfs/core/tags_api.py diff --git a/hsfs/python/hsfs/core/training_dataset_api.py b/python/hsfs/core/training_dataset_api.py similarity index 100% rename from hsfs/python/hsfs/core/training_dataset_api.py rename to python/hsfs/core/training_dataset_api.py diff --git a/hsfs/python/hsfs/core/training_dataset_engine.py b/python/hsfs/core/training_dataset_engine.py similarity index 100% rename from hsfs/python/hsfs/core/training_dataset_engine.py rename to python/hsfs/core/training_dataset_engine.py diff --git a/hsfs/python/hsfs/core/training_dataset_job_conf.py b/python/hsfs/core/training_dataset_job_conf.py similarity index 100% rename from hsfs/python/hsfs/core/training_dataset_job_conf.py rename to python/hsfs/core/training_dataset_job_conf.py diff --git a/hsfs/python/hsfs/core/transformation_function_api.py b/python/hsfs/core/transformation_function_api.py similarity index 100% rename from hsfs/python/hsfs/core/transformation_function_api.py rename to python/hsfs/core/transformation_function_api.py diff --git a/hsfs/python/hsfs/core/transformation_function_engine.py b/python/hsfs/core/transformation_function_engine.py similarity index 100% rename from hsfs/python/hsfs/core/transformation_function_engine.py rename to python/hsfs/core/transformation_function_engine.py diff --git a/hsfs/python/hsfs/core/util_sql.py b/python/hsfs/core/util_sql.py similarity index 100% rename from hsfs/python/hsfs/core/util_sql.py rename to python/hsfs/core/util_sql.py diff --git a/hsfs/python/hsfs/core/validation_report_api.py b/python/hsfs/core/validation_report_api.py similarity index 100% rename from hsfs/python/hsfs/core/validation_report_api.py rename to python/hsfs/core/validation_report_api.py diff --git a/hsfs/python/hsfs/core/validation_report_engine.py b/python/hsfs/core/validation_report_engine.py similarity index 100% rename from hsfs/python/hsfs/core/validation_report_engine.py rename to python/hsfs/core/validation_report_engine.py diff --git a/hsfs/python/hsfs/core/validation_result_api.py b/python/hsfs/core/validation_result_api.py similarity index 100% rename from hsfs/python/hsfs/core/validation_result_api.py rename to python/hsfs/core/validation_result_api.py diff --git a/hsfs/python/hsfs/core/validation_result_engine.py b/python/hsfs/core/validation_result_engine.py similarity index 100% rename from hsfs/python/hsfs/core/validation_result_engine.py rename to python/hsfs/core/validation_result_engine.py diff --git a/hsfs/python/hsfs/core/variable_api.py b/python/hsfs/core/variable_api.py similarity index 100% rename from hsfs/python/hsfs/core/variable_api.py rename to python/hsfs/core/variable_api.py diff --git a/hsfs/python/hsfs/core/vector_db_client.py b/python/hsfs/core/vector_db_client.py similarity index 100% rename from hsfs/python/hsfs/core/vector_db_client.py rename to python/hsfs/core/vector_db_client.py diff --git a/hsfs/python/hsfs/core/vector_server.py b/python/hsfs/core/vector_server.py similarity index 100% rename from hsfs/python/hsfs/core/vector_server.py rename to python/hsfs/core/vector_server.py diff --git a/hsfs/python/hsfs/decorators.py b/python/hsfs/decorators.py similarity index 100% rename from hsfs/python/hsfs/decorators.py rename to python/hsfs/decorators.py diff --git a/hsfs/python/hsfs/embedding.py b/python/hsfs/embedding.py similarity index 100% rename from hsfs/python/hsfs/embedding.py rename to python/hsfs/embedding.py diff --git a/hsfs/python/hsfs/engine/__init__.py b/python/hsfs/engine/__init__.py similarity index 100% rename from hsfs/python/hsfs/engine/__init__.py rename to python/hsfs/engine/__init__.py diff --git a/hsfs/python/hsfs/engine/python.py b/python/hsfs/engine/python.py similarity index 100% rename from hsfs/python/hsfs/engine/python.py rename to python/hsfs/engine/python.py diff --git a/hsfs/python/hsfs/engine/spark.py b/python/hsfs/engine/spark.py similarity index 100% rename from hsfs/python/hsfs/engine/spark.py rename to python/hsfs/engine/spark.py diff --git a/hsfs/python/hsfs/engine/spark_no_metastore.py b/python/hsfs/engine/spark_no_metastore.py similarity index 100% rename from hsfs/python/hsfs/engine/spark_no_metastore.py rename to python/hsfs/engine/spark_no_metastore.py diff --git a/hsfs/python/hsfs/expectation_suite.py b/python/hsfs/expectation_suite.py similarity index 100% rename from hsfs/python/hsfs/expectation_suite.py rename to python/hsfs/expectation_suite.py diff --git a/hsfs/python/hsfs/feature.py b/python/hsfs/feature.py similarity index 100% rename from hsfs/python/hsfs/feature.py rename to python/hsfs/feature.py diff --git a/hsfs/python/hsfs/feature_group.py b/python/hsfs/feature_group.py similarity index 100% rename from hsfs/python/hsfs/feature_group.py rename to python/hsfs/feature_group.py diff --git a/hsfs/python/hsfs/feature_group_commit.py b/python/hsfs/feature_group_commit.py similarity index 100% rename from hsfs/python/hsfs/feature_group_commit.py rename to python/hsfs/feature_group_commit.py diff --git a/hsfs/python/hsfs/feature_group_writer.py b/python/hsfs/feature_group_writer.py similarity index 100% rename from hsfs/python/hsfs/feature_group_writer.py rename to python/hsfs/feature_group_writer.py diff --git a/hsfs/python/hsfs/feature_store.py b/python/hsfs/feature_store.py similarity index 100% rename from hsfs/python/hsfs/feature_store.py rename to python/hsfs/feature_store.py diff --git a/hsfs/python/hsfs/feature_view.py b/python/hsfs/feature_view.py similarity index 100% rename from hsfs/python/hsfs/feature_view.py rename to python/hsfs/feature_view.py diff --git a/hsfs/python/hsfs/ge_expectation.py b/python/hsfs/ge_expectation.py similarity index 100% rename from hsfs/python/hsfs/ge_expectation.py rename to python/hsfs/ge_expectation.py diff --git a/hsfs/python/hsfs/ge_validation_result.py b/python/hsfs/ge_validation_result.py similarity index 100% rename from hsfs/python/hsfs/ge_validation_result.py rename to python/hsfs/ge_validation_result.py diff --git a/hsfs/python/hsfs/hopsworks_udf.py b/python/hsfs/hopsworks_udf.py similarity index 100% rename from hsfs/python/hsfs/hopsworks_udf.py rename to python/hsfs/hopsworks_udf.py diff --git a/hsfs/python/hsfs/serving_key.py b/python/hsfs/serving_key.py similarity index 100% rename from hsfs/python/hsfs/serving_key.py rename to python/hsfs/serving_key.py diff --git a/hsfs/python/hsfs/split_statistics.py b/python/hsfs/split_statistics.py similarity index 100% rename from hsfs/python/hsfs/split_statistics.py rename to python/hsfs/split_statistics.py diff --git a/hsfs/python/hsfs/statistics.py b/python/hsfs/statistics.py similarity index 100% rename from hsfs/python/hsfs/statistics.py rename to python/hsfs/statistics.py diff --git a/hsfs/python/hsfs/statistics_config.py b/python/hsfs/statistics_config.py similarity index 100% rename from hsfs/python/hsfs/statistics_config.py rename to python/hsfs/statistics_config.py diff --git a/hsfs/python/hsfs/storage_connector.py b/python/hsfs/storage_connector.py similarity index 100% rename from hsfs/python/hsfs/storage_connector.py rename to python/hsfs/storage_connector.py diff --git a/hsfs/python/hsfs/tag.py b/python/hsfs/tag.py similarity index 100% rename from hsfs/python/hsfs/tag.py rename to python/hsfs/tag.py diff --git a/hsfs/python/hsfs/training_dataset.py b/python/hsfs/training_dataset.py similarity index 100% rename from hsfs/python/hsfs/training_dataset.py rename to python/hsfs/training_dataset.py diff --git a/hsfs/python/hsfs/training_dataset_feature.py b/python/hsfs/training_dataset_feature.py similarity index 100% rename from hsfs/python/hsfs/training_dataset_feature.py rename to python/hsfs/training_dataset_feature.py diff --git a/hsfs/python/hsfs/training_dataset_split.py b/python/hsfs/training_dataset_split.py similarity index 100% rename from hsfs/python/hsfs/training_dataset_split.py rename to python/hsfs/training_dataset_split.py diff --git a/hsfs/python/hsfs/transformation_function.py b/python/hsfs/transformation_function.py similarity index 100% rename from hsfs/python/hsfs/transformation_function.py rename to python/hsfs/transformation_function.py diff --git a/hsfs/python/hsfs/transformation_statistics.py b/python/hsfs/transformation_statistics.py similarity index 100% rename from hsfs/python/hsfs/transformation_statistics.py rename to python/hsfs/transformation_statistics.py diff --git a/hsfs/python/hsfs/usage.py b/python/hsfs/usage.py similarity index 100% rename from hsfs/python/hsfs/usage.py rename to python/hsfs/usage.py diff --git a/hsfs/python/hsfs/user.py b/python/hsfs/user.py similarity index 100% rename from hsfs/python/hsfs/user.py rename to python/hsfs/user.py diff --git a/hsfs/python/hsfs/util.py b/python/hsfs/util.py similarity index 100% rename from hsfs/python/hsfs/util.py rename to python/hsfs/util.py diff --git a/hsfs/python/hsfs/validation_report.py b/python/hsfs/validation_report.py similarity index 100% rename from hsfs/python/hsfs/validation_report.py rename to python/hsfs/validation_report.py diff --git a/hsfs/python/hsfs/version.py b/python/hsfs/version.py similarity index 100% rename from hsfs/python/hsfs/version.py rename to python/hsfs/version.py