#!/usr/bin/python3
import sys
sys.path.insert(0, '/opt/virtcca/lib/python3/site-packages/')
from virtcca_deploy.compute.compute import main
main()
