Files
pytest-xdist/xdist/__init__.py
2018-07-27 17:50:55 -03:00

4 lines
77 B
Python

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