mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
6 lines
80 B
Python
6 lines
80 B
Python
from plugin.python.plugin import serve
|
|
|
|
|
|
if __name__ == '__main__':
|
|
serve()
|