#!/usr/bin/env python import raincloud if __name__ == "__main__": app = raincloud.create_app("public") app.run()