mirror of
https://github.com/httprunner/httprunner.py.git
synced 2026-05-06 20:02:43 +08:00
6 lines
72 B
Python
6 lines
72 B
Python
from httprunner.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|