//! The SDK does not currently exist. The crate is empty and reserved for future use. Please, use
//! the `simploxide-client` directly instead; it allows implementing anything, with the only
//! downside that it provides no convenience methods
#[cfg(test)]modtests{#[test]fnit_works(){let result =2+2;assert_eq!(result,4);}}