add Client class
This commit is contained in:
parent
9c993c86e7
commit
8cbdf346e2
1 changed files with 12 additions and 0 deletions
12
src/matrix_bot/client.py
Normal file
12
src/matrix_bot/client.py
Normal 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
|
Loading…
Reference in a new issue