from delivery_metadata.constants import ParticipantRole from delivery_metadata.models import Model class ArtRelationsArtist(Model): fullname: str role: ParticipantRole is_feature_to_primary: bool = False