T-reX.CustomConfig ================== .. py:module:: T-reX.CustomConfig Functions --------- .. autoapisummary:: T-reX.CustomConfig.config_setup T-reX.CustomConfig.config_reload T-reX.CustomConfig.config_reset Module Contents --------------- .. py:function:: config_setup() Copies the config files to the current working directory and adds the config directory to sys.path args: None returns: None .. py:function:: config_reload() Copies the config files back to the package directory. The user will need to restart the python session to reload the T-reX module with the updated configuration files args: None returns: None .. py:function:: config_reset() Reset config to defaults that are stored in the root directory of the package args: None returns: None