//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.2 #![allow(unused_imports)] pub use super::client::Entity as Client; pub use super::project::Entity as Project; pub use super::time_entry::Entity as TimeEntry;