[console_scripts]
luml-mlflow = luml_mlflow.cli:app

[mlflow.artifact_repository]
luml = luml_mlflow.artifact_repo:LumlArtifactRepository

[mlflow.model_registry_store]
luml = luml_mlflow.registry:LumlModelRegistryStore

[mlflow.tracking_store]
luml = luml_mlflow.store:LumlTrackingStore
