1 2 3 4 5 6
use osb::Storyboard; fn main() -> std::io::Result<()> { let mut sb = Storyboard::new(); sb.print() }