adds placeholders for the server and client
This commit is contained in:
parent
e6cee4c260
commit
320cb4dfe2
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
"""
|
||||||
|
Placeholder for the client program with a TUI as interface
|
||||||
|
"""
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue