add Client class

This commit is contained in:
histausse 2021-10-02 22:46:51 +02:00
parent 9c993c86e7
commit 8cbdf346e2
Signed by: histausse
GPG key ID: 67486F107F62E9E9

12
src/matrix_bot/client.py Normal file
View file

@ -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