#!/usr/bin/env python import sys import os sys.path.append(os.path.abspath('.')) from util.automation import GPUUsage gu = GPUUsage() gu.start()