1
2
3
4
5
mod cache;
mod client;

pub use aocd_proc::{aocd, input, submit};
pub use client::Aocd;