Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
9b88b39ed3da3592617756abe06aaf4ef2170011
/
.
/
app
/
booking
/
__init__.py
blob: 113ac0132e233621c7df092cf2fd1aadaa73b3a9 [
file
] [
log
] [
blame
]
from
flask
import
Blueprint
bp
=
Blueprint
(
'booking'
,
__name__
)
from
app
.
booking
import
routes