We should replace instances like these: ```python from tests.frontier.identity_precompile.common import Constants ``` with ```python from .common import Constants ```
We should replace instances like these:
with