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