#!/usr/libexec/platform-python
from qubesadmin.tools.qvm_start_daemon import main
import sys
if __name__ == '__main__':
	sys.exit(main())
