A
@routes.get('/test')
async def get_test_global(request: web.BaseRequest):
global_array = []
key = [153]
db_response = mg_python.ma_merge_from_db(0, '^myTestThing', key, global_array,'')
print(global_array)
print(db_response)
return web.Response(text='parsed')