Generate RSS feeds from FFN email alerts

This commit is contained in:
2023-10-27 12:55:35 +02:00
commit 2adb6a5243
3 changed files with 254 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"mypy.enabled": false,
"python.analysis.typeCheckingMode": "basic"
}