mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
6 lines
121 B
Python
6 lines
121 B
Python
from app.api import create_api
|
|
|
|
if __name__ == '__main__':
|
|
app = create_api()
|
|
app.run(debug=True, threaded=True)
|