1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// use core::panic; // use std::{ // fs::{create_dir_all, remove_dir_all}, // io::{BufRead, BufReader, Stderr, Stdin}, // path::Path, // process::{Child, Command, Stdio}, // thread::sleep, // }; // use mlflow_client::client::MlflowClient; fn main() -> mlflow_client::Result<()> { // let _client = MlflowClient::default(); Ok(()) }