mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
6 lines
118 B
Python
6 lines
118 B
Python
from app import app, load_tests
|
|
|
|
if __name__ == "__main__":
|
|
load_tests()
|
|
app.run(host="127.0.0.1", port=8000)
|