6 lines
98 B
Rust
6 lines
98 B
Rust
pub use label::Entity as Label;
|
|
pub use notify::Entity as Notify;
|
|
|
|
pub mod label;
|
|
pub mod notify;
|