components.Gender

class components.Gender

Bases: object

This object represents the available genders. The genders are string objects containing emojis, making symbolic representation in text easy.

FEMALE: str = '👩'

Female

Type

str

MALE: str = '👨'

Male

Type

str