ApfelNetzwerk/crates/entity/src/prelude.rs

5 lines
180 B
Rust

//! `SeaORM` Entity, @generated by sea-orm-codegen 1.0.1
pub use super::node::Entity as Node;
pub use super::node_group::Entity as NodeGroup;
pub use super::user::Entity as User;