use serde::{Deserialize, Serialize};
pub mod tmap;
pub mod jwd_adds_type;
pub mod adds_jwd_type;
pub mod ip_to_info_type;
pub mod jwd_to_qmap;
pub mod adcode_or_jwd_to_weather;
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Location {
pub lat: f64,
pub lng: f64,
}