mirror of
https://github.com/openmax-server/server.git
synced 2026-07-11 06:20:12 +03:00
first commit
This commit is contained in:
@@ -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