mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
198957bcae
move server code to this repo
6 lines
117 B
Python
6 lines
117 B
Python
from app import create_api
|
|
|
|
if __name__ == '__main__':
|
|
app = create_api()
|
|
app.run(debug=True, threaded=True)
|