Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@registry.split_key.register("custom_split_key")
def custom_split_key(key):
return tuple(key.split("###"))