1 2 3 4 5
pub mod global; pub mod project; pub use global::GlobalConfig; pub use project::{Project, Window};