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