fablab-bottle-clip-generator/app/__main__.py
2023-05-23 13:19:28 +02:00

5 lines
43 B
Python

from .app import app
app.run(debug=True)