from hodor import app

config_name = 'development'

if __name__ == '__main__':
    app.run()