def TopTenHandler(cmd): if cmd == 'update': topten.update() return 'top 10 updated successfully'
def initTopTen(): topten.update()