solvebio-python
solvebio-python copied to clipboard
Add "Exclude()" object to wrap Filter() in a NOT operator
As an alternative for using ~ as NOT, we can add a helper class that wraps Filters in a NOT.