7 lines
97 B
Rust
Raw Normal View History

2022-02-15 21:27:00 +08:00
#![allow(clippy::module_inception)]
2022-02-15 21:27:00 +08:00
mod dart_event;
mod event_template;
pub use dart_event::*;