1
2
3
4
5
extern crate pancurses;

mod terminal;
mod command;
pub use self::terminal::Terminal;