6 lines
95 B
Python
6 lines
95 B
Python
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
|
|
from SWSCloudNode.qemu import QEMU
|
|
|
|
print QEMU().list()
|