docker-py
docker-py copied to clipboard
feat: add py.typed file
According to PEP 561, we just need to add this file to mark the lib as typed.
I don't know if all the lib is typed, maybe we also need to do that before merging.