mypy type hints

Checklist

Describe the problem you'd like to have solved

would be nice to have type hints added to the library

mypy currently complains due to openfga_sdk: module is installed, but missing library stubs or py.typed marker

https://peps.python.org/pep-0484/

Describe the ideal solution

adding type hints and a py.typed file so mypy recognizes it

Alternatives and current workarounds

disable the linting rule

References

No response

Additional context

No response