LeadGen/backend/tasks/__init__.py
2025-06-06 21:22:18 +05:30

5 lines
137 B
Python

# /backend/tasks/__init__.py
from .task import search_surrounding_places
# Export task functions
__all__ = ['search_surrounding_places']