from flask_sqlalchemy import SQLAlchemy from api.lib.bernard import Bernard db = SQLAlchemy() bernard = Bernard()