This website requires JavaScript.
Explore
Help
Register
Sign In
TehPeGaSuS
/
bastebin
forked from
ComputerTech/bastebin
Watch
1
Star
0
Fork
You've already forked bastebin
0
Code
Pull Requests
Activity
14be14e437
bastebin
/
wsgi.py
7 lines
82 B
Python
Raw
Blame
History
from
app
import
app
,
init_db
init_db
(
)
if
__name__
==
'
__main__
'
:
app
.
run
(
)
View Git Blame
Copy Permalink