mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-12-13 20:21:57 +01:00
4 lines
65 B
Python
4 lines
65 B
Python
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run() |