mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
7 lines
93 B
Python
7 lines
93 B
Python
import sys
|
|
from httprunner.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|