pub use Chord;
pub use ChordType;
pub use ChordShape;
pub use ChordShapeSet;
pub use Tuning;
use crateSTRING_COUNT;
/// The ID of a fret on the fretboard. 0 corresponds to the nut,
/// 1 corresponds to the first fret, 2 to the second etc.
pub type FretID = u8;
/// A pattern of frets to push down for playing a chord.
/// Each index of the array corresponds to a ukulele string.
pub type FretPattern = ;