aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/show_system.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/show_system.py b/examples/show_system.py
new file mode 100644
index 0000000..4ce2807
--- /dev/null
+++ b/examples/show_system.py
@@ -0,0 +1,7 @@
+from pymba.vimba import Vimba
+
+
+if __name__ == '__main__':
+
+ vmb = Vimba()
+ print(vmb.system)