Misc updates, improve global API, start work on db and module strings

This commit is contained in:
2024-06-25 02:08:49 +02:00
parent 7d426e9497
commit 8f1b80ab14
26 changed files with 389 additions and 210 deletions

7
ModWinDog/Codings/Codings.py Executable file
View File

@ -0,0 +1,7 @@
import base64
#RegisterModule(name="Codings", group="Geek", endpoints={
# "Encode": CreateEndpoint(["encode"], summary="", handler=cEncode),
# "Decode": CreateEndpoint(["decode"], summary="", handler=cDecode),
#})