rowt/mod.rs
2023-02-09 12:16:04 +01:00

8 lines
117 B
Rust

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.0
pub mod prelude;
pub mod day;
pub mod trip;
pub mod user;