Arrange the following lines of code in the initialization file __init__.py of a flask application package called pac in a manner which will avoid circular import with routes.py.
#routes.py
from pac import app
@app.route("/")
# ...Arrange the following lines of code in the initialization file __init__.py of a flask application package called pac in a manner which will avoid circular import with routes.py.
#routes.py
from pac import app
@app.route("/")
# ...Create a free account to access the full topic