#!python
from gcreds import AP, main

if __name__ == '__main__':
  main(AP.parse_args())
