------------------ - Completely re-wrote the pykblib and tests modules with proper mocking and unit tests.
1.3.0
------------------ - Updated the unit test framework to stop destroying perfectly good teams. - Added the Team.sub_team function.
1.2.0
------------------ - Enabled users to request access to teams, leave teams, and list requests to their teams. - Enabled users to ignore requests to join their teams.
1.1.0
------------------ - Added the ability to delete teams. - Switched from the subprocess library to the pexpect library for process management.
1.0.2
------------------ - Fixed a bug where renaming a team didn't update the names of its subteams in the program's memory.
1.0.1
------------------ - Refactored code to split the classes up into their own files.