Requested file name changes
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
# FROM (. means local) file_name IMPORT function_name
|
||||
from .examples import mutation_examples
|
||||
|
||||
3
src/mutation/examples.py
Normal file
3
src/mutation/examples.py
Normal file
@ -0,0 +1,3 @@
|
||||
class mutation_examples:
|
||||
"""Selection examples will go here """
|
||||
pass
|
||||
Reference in New Issue
Block a user