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

@ -0,0 +1 @@
# Selection functions

View File

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

View File

@ -0,0 +1,8 @@
class Survivor_methods:
"""Survivor methods defintion here"""
def elitism():
pass
def remove_two_worst():
pass

View File