Riven/srcgen/mod.rs

8 lines
85 B
Rust

mod champion;
mod dto;
pub use dto::*;
mod endpoints;
pub use endpoints::*;