view visualize.py @ 203:4159e34d7310

Replace the mayor
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 18:17:53 +0200
parents 221c340f5efd
children
line wrap: on
line source

#! /usr/bin/env python
'''
Requires graphviz, pygraphviz, and networkx
'''


from gamelib import visualize
visualize.main()