## Description User Table is currently managed using a series of isolated functions. Code should be restructured to implement functions within a shared Class. ## Affected Components Functions within ```users.py``` ## Proposed Solution * [ ] Make ```users.py``` functions part of ```ManageUsers``` Class * [ ] Initialize ```ManageUsers``` with session