https://github.com/cubingusa/cubingusa-org/blob/master/src/templates/champions_by_year.html get() sends an RPC to the datastore. It's more efficient to batch get()s into a single get_multi() in the handler.
https://github.com/cubingusa/cubingusa-org/blob/master/src/templates/champions_by_year.html
get() sends an RPC to the datastore. It's more efficient to batch get()s into a single get_multi() in the handler.