/// The events module contains the EventEmitter functionality and an enum containing all the possible events that can be emitted. It also contains associative methods to `emit` and `listen` to events in the Event enum. When a new instance of a program is created, the program contains an event_emitter instance.
/// The settings houses the functionality used to configure the settings of the program which determine the default behavior of the program.
pub use ;
pub use ;
pub use ;
pub use Setting;