Slop/slop-common/src/db/entities/prelude.rs

4 lines
139 B
Rust

//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3
pub use super::key_pair::Entity as KeyPair;
pub use super::user::Entity as User;