#!/usr/bin/env python

from pthelma.aggregate import AggregateApp

if __name__ == "__main__":
    application = AggregateApp()
    application.run()
