1#![deprecated( 2 since = "0.8.0", 3 note = "This crate is deprecated. Use jupyter-protocol instead." 4)] 5 6pub use jupyter_protocol::*;