# Make a ConfigManager class ### This class needs to: - Have a method to set something in JSON - Have a method to read something from JSON ### Other things to keep in mind: - Store the JSON file in the users home directory - This class will be used to store the user agent email
Make a ConfigManager class
This class needs to:
Other things to keep in mind: