parent
eff8cdc0fb
commit
21c84698bc
19
app.py
19
app.py
|
@ -1,19 +0,0 @@
|
|||
import os
|
||||
import time
|
||||
import sys
|
||||
import sqlite3
|
||||
import python_artnet as Artnet
|
||||
import DMXEnttecPro
|
||||
import sacn
|
||||
import flask
|
||||
|
||||
|
||||
|
||||
webapp = flask.Flask(__name__)
|
||||
|
||||
@webapp.route("/")
|
||||
def index():
|
||||
return "Hello world!"
|
||||
|
||||
if __name__ == "__main__":
|
||||
webapp.run(host="0.0.0.0", port=80)
|
|
@ -1,3 +0,0 @@
|
|||
DMXEnttecPro==0.4
|
||||
python_artnet==1.0.0
|
||||
sacn==1.9.0
|
Loading…
Reference in New Issue