//! A static bot implementation for you to use to test your own bot with.
use crateBotInterface;
/// The static bot only takes [crate::Action::Income] on turns and is eventually
/// forced by the engine to coup another bot.
/// It won't challenge, counter or act on its own cards at all.
;