airbyte-custom-connector/source-simplecast-fecther/source_simplecast_fecther/__init__.py

9 lines
146 B
Python

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