#!python

from drupal_scout import Application

app = Application()
app.run()
