openapi-python-client
openapi-python-client copied to clipboard
fix: ensure module names are unique for models
See: https://github.com/openapi-generators/openapi-python-client/issues/1163
This is a very dirty draft using a global variable to demonstrate a potential fix.
I am not yet familiar with the codebase so this PR is (for now) mostly a discussion towards a real/clean solution.