[python] Is it possible to use absolutely import inner Python SDK instead of relative import #5591
Labels
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
Currently we always use relative import inner Python SDK (e.g. here), which needs complicated implementation logic in python codegen and the logic is not easy to maintain. In comparison, absolute import is very easy to implement and it doesn't influence SDK users. I think it is worth to discuss.
The text was updated successfully, but these errors were encountered: