This website requires JavaScript.
Explore
Help
Register
Sign In
ComputerTech
/
bastebin
Watch
1
Star
0
Fork
You've already forked bastebin
1
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
24d70aeb08
bastebin
/
wsgi.py
7 lines
82 B
Python
Raw
Blame
History
from
app
import
app
,
init_db
init_db
(
)
if
__name__
==
'
__main__
'
:
app
.
run
(
)
Reference in New Issue
View Git Blame
Copy Permalink