go_api_list_markup.py 135 B

1234
  1. from .tool.func import *
  2. async def api_list_markup():
  3. return flask.jsonify(await python_to_golang(sys._getframe().f_code.co_name))