//! Per-module CLI implementations.
//!//! Add a new file here for every new troll module, declare it below, and gate
//! it behind the same feature as its library module.
#[cfg(feature ="mouse-teleporter")]pubmodmouse_teleporter;#[cfg(feature ="window-hider")]pubmodwindow_hider;#[cfg(feature ="window-party")]pubmodwindow_party;#[cfg(feature ="window-wobbler")]pubmodwindow_wobbler;