airbyte-custom-connector/source-discourse-fetcher/source_discourse_fetcher/__init__.py

9 lines
144 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
from .source import SourceDiscourseFetcher
__all__ = ["SourceDiscourseFetcher"]