6 lines
96 B
Rust
Raw Normal View History

2021-11-27 19:19:41 +08:00
#![allow(clippy::module_inception)]
2021-07-07 14:14:37 +08:00
mod dart_event;
mod event_template;
pub use dart_event::*;