rowt/prelude.rs

6 lines
167 B
Rust
Raw Normal View History

2023-02-08 16:25:06 +01:00
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.0
pub use super::day::Entity as Day;
2023-02-09 12:16:04 +01:00
pub use super::trip::Entity as Trip;
pub use super::user::Entity as User;