wrongmove/crawler/utils/__init__.py

4 lines
89 B
Python

"""Utility modules."""
from utils.redis_lock import redis_lock
__all__ = ["redis_lock"]