screenp-selenium has a `Pause` class that inherits screenpy.actions.pause.Pause. mypy will error on the following code from screenpy-selenium ```python Pause.for_(length).seconds_because("... reasons").add_to_chain(tester, chain) ``` `"Pause" has not attribute "add_to_chain" [attr-defined]`