view visualize.py @ 153:a644f6b64a6d

Implement just the tiny bit of networkx we actually need, so we can drop the extra dependency.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 11 May 2012 20:27:37 +0200
parents 221c340f5efd
children
line wrap: on
line source

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


from gamelib import visualize
visualize.main()