AppConfig Module ================ This module manages application configuration settings for the eSim Maker tools. **Features:** - Loads and saves user preferences and application settings. - Provides an interface for accessing and updating configuration values. **Usage:** Refer to the API documentation or user guide for instructions on modifying application settings. .. note:: Source : ``src/maker/Appconfig.py`` .. automodule:: maker.Appconfig :members: