theater_cli/client/
mod.rs1mod connection;
2mod theater_client;
3
4pub use connection::Connection;
5pub use theater_client::TheaterClient;
6pub use theater_server::{ManagementCommand, ManagementResponse};
7
8pub mod cli_wrapper;
9pub use cli_wrapper::CliTheaterClient;