From 69312d691afd1a41e12c85674163d9a2bc022317 Mon Sep 17 00:00:00 2001 From: kake26 Date: Tue, 11 Mar 2025 19:28:14 +0000 Subject: [PATCH] Add Config --- Config.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Config.md diff --git a/Config.md b/Config.md new file mode 100644 index 0000000..64dc0a9 --- /dev/null +++ b/Config.md @@ -0,0 +1,3 @@ +### The config modules + +You have two options one that uses JSON or one that uses a INI style config. Great for keeping passwords or such out of the code. \ No newline at end of file