News

from rote import Rote import json app = Rote() names = [ 'Jeremy', 'Erin', 'Tyrone', 'Cthulhu', ] # more realistically, import from a file @app.setup def setup(): try ...