generated from daniil-berg/boilerplate-py
7 lines
136 B
Python
7 lines
136 B
Python
|
PACKAGE_NAME = 'asyncio_taskpool'
|
||
|
MSG_BYTES = 1024
|
||
|
CMD_START = 'start'
|
||
|
CMD_STOP = 'stop'
|
||
|
CMD_STOP_ALL = 'stop_all'
|
||
|
CLIENT_EXIT = 'exit'
|