#!/usr/bin/env python

from gpu_utils import get_gpus

gpus = get_gpus(include_processes=True)
print(gpus)
