#!/usr/bin/env python

#
# funny-words
# copyright 2016 Seth Black
# 11/10/2016
#

from funny_words import run

if __name__ == '__main__':
    run()