Add Atom feeds

This commit is contained in:
github-actions[bot]
2025-05-10 16:34:42 +02:00
parent 1f7d0654aa
commit 5f997faded
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"
}
]
}