1 2 3 4 5
pub use self::prototype::Prototype; pub use self::singleton::Singleton; mod prototype; mod singleton;