lotus_script/
settings.rs

1use crate::var::VariableType;
2
3pub fn get<T: VariableType>(_user_id: i64, _name: &str) -> T {
4    todo!()
5}