adds placeholders for the server and client

This commit is contained in:
waldek 2021-05-23 16:27:05 +02:00
parent e6cee4c260
commit 320cb4dfe2
3 changed files with 11 additions and 0 deletions

5
client_tui.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/python3
"""
Placeholder for the client program with a TUI as interface
"""

View File

@ -1,3 +1,4 @@
bottle==0.12.19
colorama==0.4.4 colorama==0.4.4
commonmark==0.9.1 commonmark==0.9.1
Pygments==2.9.0 Pygments==2.9.0

5
server.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/python3
"""
Placeholder for the server program
"""