fastapi-jwt-auth
fastapi-jwt-auth copied to clipboard
Add py.typed for static type checkers
Currently static type checkers such as MyPy complain that this package does not have types. Adding a py.typed
file lets the type checkers and editors know that types are present.