1 2 3 4 5 6 7
pub mod device; pub mod input; pub mod navigation; pub mod screenshot; pub mod ui_automator; pub use device::AndroidDevice;