__init__.py
1  #
2  # Copyright (c) 2023 Airbyte, Inc., all rights reserved.
3  #
4  
5  
6  from .source import SourceTwitterFetcher
7  
8  __all__ = ["SourceTwitterFetcher"]