pytest/pytestpavement/helper/__init__.py
2022-09-27 08:18:52 +02:00

4 lines
75 B
Python

from .filehasher import calc_hash_of_file
__all__ = ["calc_hash_of_file"]