#![allow(dead_code, unused)] use serde::{Deserialize, Serialize}; use crate::models::*; use std::error::Error; mod models; mod client; #[tokio::main(flavor = "current_thread")] async fn main() -> () { }