Closed kulik0v closed 2 years ago
We need this if in case if we want to inherit from Model + some mixin. For example:
from flask_login import UserMixin class User(Model, UserMixin): username = TextField() password = TextField()
Thanks! merged, update package
We need this if in case if we want to inherit from Model + some mixin. For example: