#!/usr/bin/env python

from gorgon import gorgon

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