1//! A lib to manage sway outputs. 2 3mod cfg; 4pub mod outputs; 5 6pub use cfg::Cfgs; 7pub use outputs::Outputs;