Füge Mixcloud RSS Feed Generator hinzu, einschließlich Hauptskript, Serverstarter und Testskript. Aktualisiere .gitignore, .python-version, pyproject.toml und requirements.txt.

This commit is contained in:
2025-07-05 17:02:16 +02:00
commit a74162f4eb
9 changed files with 738 additions and 0 deletions

6
main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from rss-feeder!")
if __name__ == "__main__":
main()