Requested file name changes

This commit is contained in:
danielwilczak101
2020-09-30 23:25:44 -04:00
parent 8377650c58
commit aa0c5320c8
23 changed files with 96 additions and 72 deletions

View File

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

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

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