anydi 0.33.1__py3-none-any.whl → 0.34.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
anydi/__init__.py CHANGED
@@ -2,10 +2,16 @@
2
2
 
3
3
  from typing import Any, cast
4
4
 
5
- from ._container import Container, request, singleton, transient
6
- from ._module import Module, provider
5
+ from ._container import (
6
+ Container,
7
+ Module,
8
+ injectable,
9
+ provider,
10
+ request,
11
+ singleton,
12
+ transient,
13
+ )
7
14
  from ._provider import Provider
8
- from ._scanner import injectable
9
15
  from ._types import Marker, Scope
10
16
 
11
17
  # Alias for dependency auto marker