8000 #18: re-add __init__.py changes · Powercoder64/ffmpeg-python@0b12592 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b12592

Browse files
committed
kkroening#18: re-add __init__.py changes
1 parent 8a761f0 commit 0b12592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ffmpeg/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
from ._filters import *
55
from ._ffmpeg import *
66
from ._run import *
7+
from ._view import *
78

8-
__all__ = _filters.__all__ + _ffmpeg.__all__ + _run.__all__
9+
__all__ = _filters.__all__ + _ffmpeg.__all__ + _run.__all__ + _view.__all__

0 commit comments

Comments
 (0)
0