2019-02-21 20:47:12 +00:00
|
|
|
from sarsoo import app
|
2019-02-18 23:20:19 +00:00
|
|
|
|
2019-02-21 20:47:12 +00:00
|
|
|
app = app
|
2019-02-17 13:05:06 +00:00
|
|
|
|
2019-02-07 00:13:16 +00:00
|
|
|
if __name__ == '__main__':
|
2019-06-18 14:58:01 +01:00
|
|
|
app.run(host='127.0.0.1', port=8080, debug=True)
|