Merge pull request #65 from kkroening/Depaulicious-patch-1

Add `filter_multi_output` to `__all__` so it's available in API
This commit is contained in:
Karl Kroening 2018-01-27 21:40:31 -08:00 committed by GitHub
commit 628bcc145e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -421,6 +421,7 @@ __all__ = [
'drawbox',
'drawtext',
'filter_',
'filter_multi_output',
'hflip',
'hue',
'overlay',