Files
EasyGA/src/structure/__init__.py

4 lines
146 B
Python

# FROM (. means local) file_name IMPORT function_name
from .gene import Gene
from .chromosome import Chromosome
from .population import Population