Files
DataLogger-Generic/web_db/flask/run.py

4 lines
71 B
Python

from app import app
if __name__ == '__main__':
app.run(debug=True)