mirror of
https://github.com/lowobservable/oec.git
synced 2026-02-23 07:41:51 +00:00
Refactor session
This commit is contained in:
@@ -14,5 +14,8 @@ class Session:
|
||||
def handle_key(self, key, keyboard_modifiers, scan_code):
|
||||
raise NotImplementedError
|
||||
|
||||
def render(self):
|
||||
raise NotImplementedError
|
||||
|
||||
class SessionDisconnectedError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user