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