pytest/pytestpavement/helper/__init__.py

4 lines
75 B
Python
Raw Normal View History

2022-09-27 08:18:52 +02:00
from .filehasher import calc_hash_of_file
__all__ = ["calc_hash_of_file"]