mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-16 13:19:39 +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())
|