index
:
pymba
dev
master
python2
update-license-info
Forked from https://github.com/morefigs/pymba
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
get_version.py
blob: c482b0bb4a880a8abebc6e0eeb9eeb5e0d41bdc8 (
plain
)
1
2
3
4
5
6
7
from pymba import Vimba if __name__ == '__main__': vmb = Vimba() print(vmb.version)