6 lines
160 B
Python
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"]
|