10 lines
356 B
Rust
10 lines
356 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.0.0
|
|
|
|
pub use super::api_key::Entity as ApiKey;
|
|
pub use super::follow::Entity as Follow;
|
|
pub use super::tag::Entity as Tag;
|
|
pub use super::thought::Entity as Thought;
|
|
pub use super::thought_tag::Entity as ThoughtTag;
|
|
pub use super::top_friends::Entity as TopFriends;
|
|
pub use super::user::Entity as User;
|