feat: init setup reading ini config

This commit is contained in:
DaanSelen
2026-03-02 14:06:50 +01:00
parent 65aad6ae6b
commit 230b2b18fe
11 changed files with 187 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# WGDashboard Coding Guidelines
## Rules:
- Utility functions should ALWAYS use DEBUG statements.
- Code as verbose as possible and where reason allows it.