Trees | Indices | Help |
---|
|
1 # Copyright 2011 by Eric Talevich. All rights reserved. 2 # This code is part of the Biopython distribution and governed by its 3 # license. Please see the LICENSE file that should have been included 4 # as part of this package. 5 """Phylogenetics command line tool wrappers.""" 6 __docformat__ = "restructuredtext en" 7 8 from _Phyml import PhymlCommandline 9 10 #Make this explicit, then they show up in the API docs 11 __all__ = ["PhymlCommandline", 12 ] 13
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:39:14 2011 | http://epydoc.sourceforge.net |