ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
672 stars 77 forks source link

fix: export Binder in .pyi #28

Closed wushengjianzong closed 5 years ago

wushengjianzong commented 5 years ago

we want to use type-hint in our project, but param binder can not be marked. Please export it in .pyi.