ofrak
ofrak copied to clipboard
Fix undefined names in Python type hints - again
Replace #9 with a solution that does not use from __future__ import annotations
- Run https://pypi.org/project/com2ann to translate type comments into Python type annotations.
- Resolve the undefined names in type hints but without
from __future__ import annotationswhich caused problems in #9