run-cli 0.0.53

A CLI to help you run any command
1
2
3
4
5
mod openai;
mod prefix;

pub use openai::Openai;
pub use prefix::Prefix;