go_api_w_random.py 197 B

1234567
  1. from .tool.func import *
  2. async def api_w_random():
  3. return await python_to_golang(sys._getframe().f_code.co_name)
  4. async def api_w_random_exter():
  5. return flask.jsonify(await api_w_random())