Add CherryPy (#1240)
* add cherry * increase language count * update readme file to unclude cherry
This commit is contained in:
parent
19a269982e
commit
4350b90ce9
8
c/Cherry.py
Normal file
8
c/Cherry.py
Normal file
@ -0,0 +1,8 @@
|
||||
import cherrypy
|
||||
|
||||
class HelloWorld(object):
|
||||
@cherrypy.expose
|
||||
def index(self):
|
||||
return "Hello World"
|
||||
|
||||
cherrypy.quickstart(HelloWorld())
|
Loading…
x
Reference in New Issue
Block a user