This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog
Watch
1
Star
0
Fork
You've already forked microblog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b577aa6b62
microblog
/
app
/
errors
/
__init__.py
6 lines
97 B
Python
Raw
Blame
History
from
flask
import
Blueprint
bp
=
Blueprint
(
'
errors
'
,
__name__
)
from
app
.
errors
import
handlers
Reference in New Issue
View Git Blame
Copy Permalink