Skip to content

Instantly share code, notes, and snippets.

View sansb's full-sized avatar

Sean Bloomfield sansb

  • San Francisco, CA
View GitHub Profile
import random
class Announcement(object):
def __init__(self, article):
self.grammars['article'] = [article]
start = ['"%(article)s" is a %(hyperbole)s, %(name)s!']
grammars = {