pub mod alpha;

pub use crate::alpha::Alpha;

pub fn bootstrap_one() {
    let _ = tokio::runtime::Runtime::new();
}
