#!/usr/bin/env python
# This file is part of the snakefood package.  
# See http://furius.ca/snakefood for license and details.

from snakefood.graph import main
main()

