1//! Control the in and out flow of a project 2 3pub mod attributes; 4pub mod input; 5pub mod output; 6pub mod shared;