This website requires JavaScript.
Explore
Help
Register
Sign In
wystan_rin
/
payment
Watch
1
Star
0
Fork
You've already forked payment
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c31591484c
payment
/
app.py
8 lines
101 B
Python
Raw
Blame
History
from
flask
import
Flask
from
config
import
get_config
config
=
get_config
(
)
app
=
Flask
(
__name__
)
Reference in New Issue
View Git Blame
Copy Permalink