Structure change to make it easier for users to clone and use the repository.

This commit is contained in:
danielwilczak101
2021-01-26 21:20:38 -06:00
parent 92cea15a09
commit 2fc75aba07
43 changed files with 7 additions and 30 deletions

4
structure/__init__.py Normal file
View File

@ -0,0 +1,4 @@
# FROM (. means local) file_name IMPORT function_name
from .gene import Gene
from .chromosome import Chromosome
from .population import Population