Alot of name changes and file name changes

This commit is contained in:
danielwilczak101
2020-10-04 23:56:51 -04:00
parent 80ebe8ca0c
commit 68db360b94
29 changed files with 166 additions and 161 deletions

View File

@ -1,2 +1,2 @@
# FROM (. means local) file_name IMPORT function_name
from .examples import mutation_examples
from .methods import Mutation_methods

View File

@ -1,3 +0,0 @@
class mutation_examples:
"""Selection examples will go here """
pass

3
src/mutation/methods.py Normal file
View File

@ -0,0 +1,3 @@
class Mutation_methods:
"""Mutation examples will go here """
pass