2
0

go_api_w_random.py 191 B

1234
  1. from .tool.func import *
  2. async def api_w_random():
  3. return flask.Response(response = (await python_to_golang(sys._getframe().f_code.co_name)), status = 200, mimetype = 'application/json')