reorganizing oserver.py into proper folder, creating client class for organization and clarity

This commit is contained in:
Xevion
2021-01-10 11:32:19 -06:00
parent eacc839ce9
commit 8027a80196
6 changed files with 159 additions and 120 deletions

View File

@@ -1,3 +1,5 @@
HEADER_LENGTH = 10
class Requests:
REQUEST_NICK = 'REQUEST_NICK'
REFRESH_CONNECTIONS_LIST = 'REFRESH_CLIENT_LIST'