Add Atom feeds

This commit is contained in:
2025-05-10 16:34:42 +02:00
parent 1b87fccaf4
commit f7b6600089
7 changed files with 4605 additions and 8 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}