"""Config contains plugin-specific configuration for WhatsApp, and is loaded automatically by thecore configuration framework."""frompathlibimportPathfromtypingimportOptionalfromslidgeimportglobal_config# workaround because global_config.HOME_DIR is not defined unless# called by slidge's main(), which is a problem for tests, docs and the# dedicated slidge-whatsapp setuptools entrypointtry: