animebytes_rs/models/
mod.rs

1mod search;
2mod stats;
3mod status;
4
5pub use self::{search::SearchDTO, stats::StatsDTO, status::StatusDTO};