autosway 0.3.0

Automation program
Documentation
1
2
3
4
5
use autosway::common::State;

fn main() {
    State::new().run_cli();
}