Trees | Indices | Help |
---|
|
1 # Copyright 2003-2008 by Leighton Pritchard. All rights reserved. 2 # Revisions copyright 2009 by Peter Cock. 3 # This code is part of the Biopython distribution and governed by its 4 # license. Please see the LICENSE file that should have been included 5 # as part of this package. 6 # 7 # Contact: Leighton Pritchard, Scottish Crop Research Institute, 8 # Invergowrie, Dundee, Scotland, DD2 5DA, UK 9 # L.Pritchard@scri.ac.uk 10 ################################################################################ 11 12 #Local imports, to make these classes available directly under the 13 #Bio.Graphics.GenomeDiagram namespace: 14 15 from _Diagram import Diagram 16 from _Track import Track 17 from _FeatureSet import FeatureSet 18 from _GraphSet import GraphSet 19 20 #Not (currently) made public, 21 #from _Colors import ColorTranslator 22 #from _Feature import Feature 23 #from _Graph import GraphData 24
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:52:52 2009 | http://epydoc.sourceforge.net |