thot_core/system/
mod.rs

1//! System setting resources for Thot.
2pub mod script;
3pub mod template;
4pub mod user;
5
6// Reexports
7pub use script::Script;
8pub use user::User;