Advertisement
uopspop

Untitled

Mar 29th, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. from flask import Flask
  2.  
  3. myapp = Flask(__name__)
  4.  
  5. from app import routes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement