mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-22 22:53:00 +03:00
8 lines
137 B
Python
8 lines
137 B
Python
"""Dependency injector top-level package."""
|
|
|
|
__version__ = '3.12.3'
|
|
"""Version number that follows semantic versioning.
|
|
|
|
:type: str
|
|
"""
|