def staff(): ''' Thanks to all contrubutors coder ''' HireSystem.staff()
def staff(): """ Thanks to all contrubutors coder """ HireSystem.staff()
def test_thx(): coders = HireSystem.staff() assert coders == None