applying .gitignore

This commit is contained in:
2020-01-28 00:15:12 +00:00
parent bf9b8059e5
commit 180df1a65d
211 changed files with 0 additions and 136886 deletions

View File

@@ -1,14 +0,0 @@
from flask import Flask
from flask import render_template
app = Flask(__name__)
@app.route('/')
def serve():
return render_template('index.html')
if __name__ == '__main__':
app.run()