mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-04-09 15:51:45 +02:00
8 lines
216 B
Python
Executable File
8 lines
216 B
Python
Executable File
import base64
|
|
|
|
#RegisterModule(name="Codings", group="Geek", endpoints={
|
|
# "Encode": CreateEndpoint(["encode"], summary="", handler=cEncode),
|
|
# "Decode": CreateEndpoint(["decode"], summary="", handler=cDecode),
|
|
#})
|
|
|