//! Demonstrates the simplest "Hello, world!" use-case for TTY Interface. This is a single-batch,
//! single-step, single-line, and single-segment interface with no direct dependency on Termion.
extern crate tty_interface;
use TTYInterface;
use Line;
use Segment;