Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions config.py
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
# Configuration file for Echo Server
# Author: Vika
HOST = '127.0.0.1'
PORT = 8080
BUFFER_SIZE = 1024
TIMEOUT = 5
ENCODING = 'utf-8'
LOG_LEVEL = 'DEBUG'
Empty file addedmain.py
Empty file.
1 change: 1 addition & 0 deletions requirements.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
rich
Empty file addedutils.py
Empty file.