@staticmethod def get_user_role(user_id: int): """ This method return the user role with id :param user_id: :return: role value of the user """
@staticmethod
def get_user_role(user_id: int):
"""
This method return the user role with id
:param user_id:
:return: role value of the user
"""