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