//! Machines endpoints group
/// Machines are the representation of items that teach moves to Pokémon. They vary from version to version,
/// so it is not certain that one specific TM or HM corresponds to a single Machine.
pubmodmachine{crate::blocking::endpoint!(crate::model::machines::Machine;for"machine");}