Add filter_multi_output to __all__ so it's available in API

This commit is contained in:
Davide Depau 2018-01-26 14:38:57 +01:00 committed by GitHub
parent 19f316e9c5
commit f1e418be4c
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',