first commit

This commit is contained in:
Alexey Polyakov
2026-03-08 23:36:13 +03:00
commit de07725212
35 changed files with 3409 additions and 0 deletions

0
src/classes/__init__.py Normal file
View File

View File

@@ -0,0 +1,9 @@
class ControllerBase():
def __init__(self):
pass
async def event(self, target, client, eventData):
pass
def launch(self, api):
pass