view visualize.py @ 232:75033f790e7d

Remove hooks for sound support - we can add them back easily enough later
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 23:37:24 +0200
parents 221c340f5efd
children
line wrap: on
line source

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


from gamelib import visualize
visualize.main()