#!/usr/bin/env python

from drupal_scout import Application

app = Application()
app.run()
