Relative imports are broken
This commit is contained in:
parent
17b99ef262
commit
bdfa4bf2a0
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue