1#![allow(non_snake_case)] 2 3//! Default Air-server address (`127.0.0.1:50051`). 4 5pub const Const:&str = "127.0.0.1:50051";