#!/usr/bin/python2 from gpio import gpio g13 = gpio(13) g13.export() g13.direction("out")