LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
47 stars 12 forks source link

feat: add `py.typed` marker file #55

Closed cofin closed 10 months ago

cofin commented 11 months ago

Adds a py.typed marker for mypy.

cofin commented 10 months ago

@LonelyVikingMichael this should be ready for you to take a look. The only real change was the addition of the py.typed file. Without this, mypy reports that the library is missing type stubs.