
    sojd                     z    d dl mZ d dlmZ  G d de          Z eej        dej        dej        di          ZdS )	    )IntEnum)LazyPhraseDictc                   *    e Zd ZdZdZdZdZdefdZdS )CrewRolez#
    Enum class for Crew Roles
             returnc                     t           |          S )zl
        Returns the description of the Crew Role
        :return: The description of the Crew Role
        )CREW_ROLE_NAME_MAP)selfs    %/app/src/model/enums/crew/CrewRole.pyget_descriptionzCrewRole.get_description   s     "$''    N)	__name__
__module____qualname____doc__CAPTAIN
FIRST_MATE	CONSCRIPTstrr    r   r   r   r      sJ          GJI( ( ( ( ( ( (r   r   CREW_ROLE_CAPTAINCREW_ROLE_FIRST_MATECREW_ROLE_CONSCRIPTN)	enumr   src.utils.LazyPhraseDictr   r   r   r   r   r   r   r   r   <module>r      s          3 3 3 3 3 3( ( ( ( (w ( ( ($ $^-31    r   