added all constants to __all__

This commit is contained in:
Jakub Trllo 2022-12-15 11:41:28 +01:00
parent 52e8601d44
commit 74972bec80

View file

@ -35,5 +35,8 @@ __all__ = (
"SORT_VALUE_ROLE",
"IS_GROUP_ROLE",
"CREATOR_IDENTIFIER_ROLE",
"FAMILY_ROLE"
"CREATOR_THUMBNAIL_ENABLED_ROLE",
"FAMILY_ROLE",
"GROUP_ROLE",
"CONVERTER_IDENTIFIER_ROLE",
)