diff options
author | Rory& <root@rory.gay> | 2024-09-04 05:02:20 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-04 05:02:20 +0200 |
commit | d10417339b76bf2750f3e54f4e3b714dd3ed369a (patch) | |
tree | 2f0a51900228f3d4e241f9d8ac3001632ed5305d /ModerationClient/Services/ClientContainer.cs | |
parent | cgit url for libmatrix (diff) | |
download | ModerationClient-master.tar.xz |
Changes HEAD github/master master
Diffstat (limited to 'ModerationClient/Services/ClientContainer.cs')
-rw-r--r-- | ModerationClient/Services/ClientContainer.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ModerationClient/Services/ClientContainer.cs b/ModerationClient/Services/ClientContainer.cs new file mode 100644 index 0000000..fa3abef --- /dev/null +++ b/ModerationClient/Services/ClientContainer.cs @@ -0,0 +1,8 @@ +namespace ModerationClient.Services; + +public class ClientContainer { + public ClientContainer(MatrixAuthenticationService authService, CommandLineConfiguration cfg) + { + + } +} \ No newline at end of file |