From PEP 563, it seems like there should be slight performance gains, as it solves
type hints are executed at module import time, which is not computationally free.
So...could/should I include from __future__ import annotations in every file in my package, or are there any reasons it should be excluded from some files?