From a5fbd781ccc9b64483cc499c375fa6e0e99ade1d Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 29 Oct 2017 12:42:29 +0100 Subject: Project skeleton --- cherry_lesana/app.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cherry_lesana/app.py (limited to 'cherry_lesana/app.py') diff --git a/cherry_lesana/app.py b/cherry_lesana/app.py new file mode 100644 index 0000000..4ab7672 --- /dev/null +++ b/cherry_lesana/app.py @@ -0,0 +1,13 @@ + +import cherrypy + + +class App: + """ + """ + + @cherrypy.expose + def index(self): + cherrypy.log('asd') + return "Hello World" + -- cgit v1.2.3