#!/usr/bin/env python

from pthelma.spatial import SpatializeApp

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