mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
4 lines
65 B
Python
4 lines
65 B
Python
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run() |