"""Factory for DictKeys plugin.""" from .dict_keys import DictKeys def create(): return DictKeys()