Files
httprunner/examples/debugtalk.py
2022-03-17 16:53:54 +08:00

6 lines
80 B
Python

from plugin.python.plugin import serve
if __name__ == '__main__':
serve()