diff --git a/greeking/latimes_ipsum.py b/greeking/latimes_ipsum.py index 399f1bc..2c19fbc 100644 --- a/greeking/latimes_ipsum.py +++ b/greeking/latimes_ipsum.py @@ -12,6 +12,7 @@ # Objects # + class Story(object): """ A boilerplate story. @@ -75,6 +76,7 @@ def __init__(self, quote, source): # Retrieval methods # + def get_story(): """ Returns a boiler plate story as an object.