flask-galatea-old/tryton.py

9 lines
289 B
Python

#This file is part galatea blueprint for Flask.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from flask import current_app
from flask_tryton import Tryton
with current_app.app_context():
tryton = Tryton(current_app)