#!/usr/bin/env python

import sys

import os
sys.path.append(os.path.abspath('.'))

from util.gpu_usage import GPUUsage

gu = GPUUsage()
gu.start()
