#!/usr/bin/python3

import sys 

sys.path.insert(0, '/var/www/book.euthymeo.com/html')

from bookapp  import create_app
application = create_app()
