5 lines
137 B
Python
5 lines
137 B
Python
# /backend/tasks/__init__.py
|
|
from .task import search_surrounding_places
|
|
|
|
# Export task functions
|
|
__all__ = ['search_surrounding_places'] |