#!/usr/bin/python3

if __name__ == '__main__':
    from grip.command import main
    main()
