#!/usr/bin/env python
# NOTE: You may have to adjust the line above to specify the precise python
# executable that has the grin module installed.
import grin
grin.grin_main()
