1# You use a hastag at the beginning of the line to make anything after it a comment
2'''
3You can also make a multi line comment
4With three single quotes at the beginning and end!
5'''
1__author__ = "Rob Knight, Gavin Huttley, and Peter Maxwell"
2__copyright__ = "Copyright 2007, The Cogent Project"
3__credits__ = ["Rob Knight", "Peter Maxwell", "Gavin Huttley",
4 "Matthew Wakefield"]
5__license__ = "GPL"
6__version__ = "1.0.1"
7__maintainer__ = "Rob Knight"
8__email__ = "rob@spot.colorado.edu"
9__status__ = "Production"