It's good practice to include `from __future__ import annotations` in files that use type hints extensively, especially with forward references. This ensures that the code will behave as expected in older versions of Python where annotations are evaluated differently.