definition of abstract handler and implementation of handler for local filesystem

This commit is contained in:
2025-04-12 01:09:11 +02:00
parent 55841f1d9e
commit 3bfd30a073
5 changed files with 112 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=24.1.0",
"mwparserfromhell>=0.6.6",
"wikitextparser>=0.56.3",
]