PTreeGenerator  1.0
Simple phylogenetic tree generation from multiple sequence alignment.
 All Classes Namespaces Files Functions Variables
__init__.py
Go to the documentation of this file.
1 ## @package ptreegen
2 # This package contains all that is needed
3 # by the ::main module to do its thing :)
4 #
5 
6 from computation import Computation
7 from enums import *