Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from flask import Flask
- app = Flask(__name__)
- app.route("/")
- def hello():
- return "Holy moly that tunnel was bright.. said Bit to NIC"
- if __name__ == "__main__":
- app.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement