diff options
| author | morefigs <morefigs@gmail.com> | 2013-12-22 18:45:18 -0800 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-12-22 18:45:18 -0800 |
| commit | ff05ea426cfde72c2e74de88a240780d73aa3dc0 (patch) | |
| tree | 50b3338b11c77a7957d676443a9930904c35224e | |
| parent | 98e897cecbdadb1047bdcf8a9eb789786ada522e (diff) | |
| download | pymba-ff05ea426cfde72c2e74de88a240780d73aa3dc0.tar.gz pymba-ff05ea426cfde72c2e74de88a240780d73aa3dc0.zip | |
Create __init__.py
| -rw-r--r-- | __init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..96a931e --- /dev/null +++ b/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +from vimba import Vimba +from vimbaexception import VimbaException + |
