gitdataai/libs/models/system/mod.rs
2026-04-15 09:08:09 +08:00

6 lines
98 B
Rust

pub use label::Entity as Label;
pub use notify::Entity as Notify;
pub mod label;
pub mod notify;