6 lines
71 B
Python
6 lines
71 B
Python
from app import api
|
|
|
|
if __name__ == '__main__':
|
|
api.run(debug=False)
|
|
|