6 lines
79 B
Python
6 lines
79 B
Python
# coding: utf-8
|
|
|
|
from app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|