sdk-python
sdk-python copied to clipboard
Consider exposing public APIs
We should consider exposing public APIs explicitly using __init__.py
. This not only makes the usage easier but also allows evolving non-public APIs without breaking outside usage and providing better backward-compatibility.