1
2
3
4
5
6
7
#![feature(async_fn_in_trait)]


pub mod cli;
pub mod tarot;
mod utility;
pub use utility::*;