Not all modules in __init__, intentional? #384
-
Hello, I am trying to use Partner but I see that it is not listed in I am just a beginner in using this library so I might have missed something. Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
exception.py
is a leftover of older versions.Since #272 many parts have been replaced and I see that it isn't used anymore anywhere (wondering that no linter hit on that ...). So that file is irrelevant.
I don't know why
partner.py
is missing, but I guess most of the users of that library use it for client-server usecases and nobody cared so far. Tbh, I am not sure if that part was even tested well on real machines so far.