5 lines
87 B
Python
5 lines
87 B
Python
|
#!/usr/bin/python
|
||
|
from qubes.qmemman_server import QMemmanServer
|
||
|
|
||
|
QMemmanServer.main()
|