mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
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)
|