Example #1
0
def base():
    app.run(port=5000)
Example #2
0
def second():
    app.run(port=5001)