ChpoiseEnum and classmethod as_str_list
[1.1.0] - 2022-11-24
Added
- Add a classmethod for
PublicationStatus
:as_str_list
to get all str value in a list. - Add a classmethod for
ChoiceEnum
:as_str_list
to get all str value in a list. - Add
ChoiseEnum
as parent class of others classes exceptPublicationStatus
.