Relative imports are broken

This commit is contained in:
ChillerDragon 2023-03-19 18:13:18 +01:00
parent 17b99ef262
commit bdfa4bf2a0

View file

@ -5,6 +5,9 @@ from typing import cast
# TODO: fix mypy
import packer # type: ignore
# this is not just a mypy issue this also breaks!
# $ pip install twnet-parser==0.1.1
# $ python -c 'import twnet_parser.packet'
# TODO: what is a nice pythonic way of storing those?
# also does some version:: namespace thing make sense?