"""Startpunkt für den Dev-Server: uv run uvicorn main:app --reload""" from redaktionskern.app import create_app app = create_app()