"""Source of Streams constants.""" SOURCE_ACTIVE = "active" SOURCE_PASSIVE = "passive" SOURCE_COLLECTION = "collection" SOURCE_UNKNOWN = "unknown"