#!/usr/bin/env python

from pthelma.enhydris_cache import PondApp

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