mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Improve code structure, improve /help, /safebooru, /echo, add /lua
This commit is contained in:
8
LibWinDog/Platforms/Web.py
Normal file
8
LibWinDog/Platforms/Web.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def WebMain() -> None:
|
||||
pass
|
||||
|
||||
def WebSender() -> None:
|
||||
pass
|
||||
|
||||
#RegisterPlatform(name="Web", main=WebMain, sender=WebSender)
|
||||
|
Reference in New Issue
Block a user