1
2
3
4
5
6
use super::Atom;

mod exec;
pub use exec::Exec;

pub trait CommandAtom: Atom {}