Skip to content

Commit

Permalink
Add Panther (#1509)
Browse files Browse the repository at this point in the history
* Add Panther

* Update readme.md
  • Loading branch information
AliRn76 committed Oct 1, 2023
1 parent 5e53632 commit 4e3abf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions p/Panther.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import sys
from panther import Panther
from panther.app import API


@API()
def hello_world():
return 'Hello World'


app = Panther(__name__, configs=sys.modules[__name__], urls={'/': hello_world})
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (997 total)
## Languages (998 total)

* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
Expand Down Expand Up @@ -679,6 +679,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Painter Programming](p/Painter%20Programming)
* [Pakhi](p/Pakhi.pakhi)
* [Pangaea](p/Pangaea.pangaea)
* [Panther](p/Panther.py)
* [ParaSail](p/ParaSail.psi)
* [Parenthetic](p/Parenthetic.p)
* [Parser](p/Parser.p)
Expand Down

0 comments on commit 4e3abf1

Please sign in to comment.