use anyhow::Error;
use bybit_async::{
rest,
Bybit,
};
use fehler::throws;
use std::env::var;
#[throws(Error)]
#[tokio::test]
async fn get_account_spot() {
env_logger::init();
}
#[throws(Error)]
#[tokio::test]
async fn get_account_usdm() {
env_logger::init();
}