Files
pytest-xdist/src/xdist/__init__.py
2019-06-06 19:35:13 -03:00

4 lines
77 B
Python

from xdist._version import version as __version__
__all__ = ["__version__"]