generated from daniil-berg/boilerplate-py
massive overhaul of the control server interface;
making use of `ArgumentParser` for client commands; new `ControlSession` object instantiated upon connection
This commit is contained in:
@ -49,3 +49,11 @@ class PoolStillUnlocked(PoolException):
|
||||
|
||||
class NotCoroutine(PoolException):
|
||||
pass
|
||||
|
||||
|
||||
class ServerException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class HelpRequested(ServerException):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user