1
2
3
4
5
6
pub mod chord;
mod diagram;
pub mod note;

/// Number of strings on our string instrument.
pub const STRING_COUNT: usize = 4;