Add Injection into __all__ list of top level package

This commit is contained in:
Roman Mogilatov 2015-09-01 15:08:42 +03:00
parent ad2072688b
commit a1cf735391

View File

@ -51,6 +51,7 @@ __all__ = (
'Config',
# Injections
'Injection',
'KwArg',
'Attribute',
'Method',