diff options
Diffstat (limited to 'lvc/__init__.py')
-rw-r--r-- | lvc/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lvc/__init__.py b/lvc/__init__.py index 1cc637e..11fafb7 100644 --- a/lvc/__init__.py +++ b/lvc/__init__.py @@ -8,6 +8,7 @@ from lvc import video VERSION = '1.0.1' + class Application(signals.SignalEmitter): def __init__(self, simultaneous=None): |