Table 'roles_users' is already defined for this MetaData instance

I'm trying to get a current_user information in my views and I include from users.models import * Then in my code return current_user; @app.route('/panel') @login_required def access_panel(): r...