I mean they should really be from .slack_api import Wrapper to signify
it's relative. Without the dot, it assumes that slack_api is a top level
module or package.
Either it should be from smibhid.lib.slack_api import Wrapper or from .slack_api import Wrapper
...
For some reason in-line code snippets aren't rendering for me
I mean they should really be
from .slack_api import Wrapper
to signify it's relative. Without the dot, it assumes thatslack_api
is a top level module or package.Either it should be
from smibhid.lib.slack_api import Wrapper
orfrom .slack_api import Wrapper
...
For some reason in-line code snippets aren't rendering for me