1
2
3
4
5
//! Android-specific implementations of Polyhorn CLI commands.

mod run;

pub use run::run;