mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 12:27:59 +08:00
5 lines
87 B
Python
5 lines
87 B
Python
from httprunner.plugins.locusts.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|