poppin/kernel/src/events/mod.rs
2024-06-10 23:57:38 +03:00

13 lines
70 B
Rust

pub struct KernelEventHandler {
}
impl KernelEventHandler {
}