#!python

import asyncio
from drupal_scout import Application

app = Application()
asyncio.run(app.run())
