mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
9 lines
169 B
Python
9 lines
169 B
Python
class ControllerBase():
|
|
def __init__(self):
|
|
pass
|
|
|
|
async def event(self, target, client, eventData):
|
|
pass
|
|
|
|
def launch(self, api):
|
|
pass |