modify gitignore

This commit is contained in:
Kristjan Komlosi
2020-07-13 13:42:08 +02:00
parent 7773788e20
commit ac6345c5b5
35 changed files with 20685 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
'''Main TeraHz backend program'''
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
from flask import Flask, jsonify
import sensors
import .sensors
app = Flask(__name__)
@app.route('/data')