Files
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

6 lines
160 B
Python

"""Contacts provider accessor package."""
from bench_env.task.contacts.app import Contacts, contacts_from_input
__all__ = ["Contacts", "contacts_from_input"]