summaryrefslogtreecommitdiff
path: root/src/models/mod.rs
blob: 4a9be81e833db074707bc72a60a1c0a2796ca7a3 (plain)
mod user;

pub use user::User;