Files
Christian Krakau-Louis ae8ec413d3 feat: serve app with gunicorn
2026-05-17 16:45:19 +02:00

4 lines
54 B
Python

from musicround import create_app
app = create_app()