2021-11-27 19:20:22 +08:00

6 lines
96 B
Rust

#![allow(clippy::module_inception)]
mod dart_event;
mod event_template;
pub use dart_event::*;