#!/usr/bin/env python

from pthelma.fordonia import FordoniaApp

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