diff --git a/src/apis/temp b/src/apis/temp new file mode 100644 index 0000000..638ab54 --- /dev/null +++ b/src/apis/temp @@ -0,0 +1,9 @@ +local _temp = {} + +function set(config, value) + _temp[config] = value +end + +function get(config) + return _temp[config] +end \ No newline at end of file