#!/usr/bin/env python

from pthelma.spatial import BitiaApp

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