steps to reproduce: - create a class that has a module that is not included in the python client, for example generative-dummy - get the config ``` queries = client.collections.get("CLASS") conf = queries.config.get() ```