mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
Add __all__ for wiring module
This commit is contained in:
parent
42b0bde8d2
commit
cc1b6ba3e6
|
@ -17,6 +17,13 @@ else:
|
||||||
from . import providers
|
from . import providers
|
||||||
|
|
||||||
|
|
||||||
|
__all__ = (
|
||||||
|
'wire',
|
||||||
|
'unwire',
|
||||||
|
'Provide',
|
||||||
|
'Provider',
|
||||||
|
)
|
||||||
|
|
||||||
T = TypeVar('T')
|
T = TypeVar('T')
|
||||||
AnyContainer = Any
|
AnyContainer = Any
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user