Add CherryPy (#1240)

* add cherry

* increase language count

* update readme file to unclude cherry
This commit is contained in:
The Peeps191 2022-01-20 15:01:25 -07:00 committed by GitHub
parent 19a269982e
commit 4350b90ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

8
c/Cherry.py Normal file
View File

@ -0,0 +1,8 @@
import cherrypy
class HelloWorld(object):
@cherrypy.expose
def index(self):
return "Hello World"
cherrypy.quickstart(HelloWorld())

View File

@ -255,6 +255,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Cheese++](c/Cheese%2B%2B.cheese)
* [Chef](c/Chef.ch)
* [Chem](c/Chem)
* [CherryPy](c/Cherry.py)
* [Chicken](c/Chicken.chicken)
* [Cil](c/Cil.il)
* [Clean](c/Clean.icl)