summaryrefslogtreecommitdiff
path: root/code/maker/Appconfig.rst
diff options
context:
space:
mode:
Diffstat (limited to 'code/maker/Appconfig.rst')
-rw-r--r--code/maker/Appconfig.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/code/maker/Appconfig.rst b/code/maker/Appconfig.rst
new file mode 100644
index 00000000..613f9e6c
--- /dev/null
+++ b/code/maker/Appconfig.rst
@@ -0,0 +1,18 @@
+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: \ No newline at end of file