from weppy.tools.auth.models import AuthUser


class User(AuthUser):
    pass
