e07df29ab9
Run python tests with pytest / Run tests and count coverage (3.10) (push) Has been cancelled
Run python tests with pytest / Run tests and count coverage (3.11) (push) Has been cancelled
Run python tests with pytest / Run tests and count coverage (3.9) (push) Has been cancelled
6 lines
163 B
Python
6 lines
163 B
Python
from application.app import app
|
|
from application.core.settings import settings
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=settings.FLASK_DEBUG_MODE, port=7091)
|