4 lines
60 B
Python
4 lines
60 B
Python
#!/usr/bin/python3
|
|
from app import app
|
|
app.run(debug=True)
|
#!/usr/bin/python3
|
|
from app import app
|
|
app.run(debug=True)
|