mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
6 lines
116 B
Python
6 lines
116 B
Python
from app import app, load_tests
|
|
|
|
if __name__ == "__main__":
|
|
load_tests()
|
|
app.run(host="0.0.0.0", port=8000)
|