#!python

import mt.gpu as g

if __name__ =='__main__':
    print(g.detect_machine())

