1#!/usr/bin/env python3
2
3"""Ensure we have a single reverse_triggers structure.
4
5If placed in synthetics.py where it really belongs this results in a duplicate
6object being created by the synthetic_functions.py module."""
7
8# Map of output parameter name against SynthFuntionInfo objects
9reverse_triggers = {}