Initial commit

This commit is contained in:
Kira
2026-02-10 10:54:02 +01:00
parent d09a69fa5f
commit 1429f3a6d4
5 changed files with 650 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "matrixamnesia"
version = "0.1.0"
description = "MatrixAmnesia is a simple script for removing user messages from Matrix room"
requires-python = ">=3.14"
dependencies = [
"matrix-nio>=0.25.2",
]