Structure change to make it easier for users to clone and use the repository.
This commit is contained in:
4
structure/__init__.py
Normal file
4
structure/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user