#!/Users/jaime/Dropbox/code/gorgon/venv/bin/python

from gorgon import gorgon

if __name__ == '__main__':
    gorgon.run_cluster()
