generated from daniil-berg/boilerplate-py
working server and client
This commit is contained in:
6
src/asyncio_taskpool/constants.py
Normal file
6
src/asyncio_taskpool/constants.py
Normal file
@ -0,0 +1,6 @@
|
||||
PACKAGE_NAME = 'asyncio_taskpool'
|
||||
MSG_BYTES = 1024
|
||||
CMD_START = 'start'
|
||||
CMD_STOP = 'stop'
|
||||
CMD_STOP_ALL = 'stop_all'
|
||||
CLIENT_EXIT = 'exit'
|
Reference in New Issue
Block a user