added a flask venv
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from flask import Flask
|
||||
application = Flask(__name__)
|
||||
@application.route('/')
|
||||
def helloworld():
|
||||
return 'Hello there, world!'
|
||||
Reference in New Issue
Block a user