Merge branch 'main' of https://repos.hackathon.bz.it/2025-summer/team-1
This commit is contained in:
commit
43b6642fab
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ from flask_cors import CORS
|
|||
|
||||
import dotenv
|
||||
from .room import Room
|
||||
from .song import init_db
|
||||
|
||||
from . import song_fetch
|
||||
|
||||
|
@ -45,4 +46,5 @@ def join():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
init_db()
|
||||
app.run(debug=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue