Initial commit
This commit is contained in:
6
BookCraigRichardson/files/namePage.py
Normal file
6
BookCraigRichardson/files/namePage.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
@app.route("/")
|
||||
def showName():
|
||||
return "Андрей Мешко"
|
||||
app.run()
|
||||
Reference in New Issue
Block a user