mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 10:29:39 +08:00
6 lines
72 B
Python
6 lines
72 B
Python
from httprunner.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|