mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Misc updates, improve global API, start work on db and module strings
This commit is contained in:
7
ModWinDog/Codings/Codings.py
Executable file
7
ModWinDog/Codings/Codings.py
Executable 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),
|
||||
#})
|
||||
|
Reference in New Issue
Block a user