# $Id: Ontology.pm,v 1.2 2004/11/24 02:28:01 cmungall Exp $ # # This GO module is maintained by Chris Mungall # # see also - http://www.geneontology.org # - http://www.godatabase.org/dev # # You may distribute this module under the same terms as perl itself package GO::Model::Ontology; =head1 NAME GO::Model::Ontology; =head1 SYNOPSIS this is a synonym for GO::Model::Graph =head1 DESCRIPTION =cut use base qw(GO::Model::Graph); 1;