generated from coulomb/repo-seed
6 lines
121 B
Python
6 lines
121 B
Python
"""Local filesystem ingestion connector."""
|
|
|
|
from .connector import LocalFileConnector
|
|
|
|
__all__ = ["LocalFileConnector"]
|