2022-02-15 22:18:34 +08:00

6 lines
96 B
Rust

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