diff --git a/src/matrix_bot/client.py b/src/matrix_bot/client.py new file mode 100644 index 0000000..6e8afe8 --- /dev/null +++ b/src/matrix_bot/client.py @@ -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