mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
first commit
This commit is contained in:
0
src/classes/__init__.py
Normal file
0
src/classes/__init__.py
Normal file
9
src/classes/controllerbase.py
Normal file
9
src/classes/controllerbase.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class ControllerBase():
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
async def event(self, target, client, eventData):
|
||||
pass
|
||||
|
||||
def launch(self, api):
|
||||
pass
|
||||
Reference in New Issue
Block a user