lemmy/lemmy_db/src/aggregates/mod.rs

4 lines
80 B
Rust

pub mod community_aggregates;
pub mod site_aggregates;
pub mod user_aggregates;