pub use IsHeader;
pub use MessageWrapper;
pub use ;
pub use Server;
pub use Client;
/// Trait imports for smalltalk.
///
/// This is so you can use methods found on these traits,
/// if you want to use the traits themselves import them seperatly.
///
/// All traits are renamed `_smalltalk_<trait name>` to avoid confusion and
/// not knowing where imported items came from.