add Client class

master
histausse 3 years ago
parent 9c993c86e7
commit 8cbdf346e2
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -0,0 +1,12 @@
"""
The Client class.
Connect to the matrix server and handle interactions with the server.
"""
class Client:
"""
Connect to the matrix server and handle interactions with the
server.
"""
pass
Loading…
Cancel
Save