# Used to add names and attribute information from third-party packages
# when extending friendly_traceback; for example, by when using friendly_pandas.

module_synonyms = {}  # noqa
# example: module_synonyms["np"] = "numpy"
# this will lead to a suggestion:
# Perhaps you meant to write `import numpy as np`
