"""Artist statuses.""" class ArtistStatuses: ARTIST_STATUS_LIVE = "live" ARTIST_STATUS_PLANNED = "planned" ARTIST_STATUS_INACTIVE = "inactive"