9 lines
142 B
Python
9 lines
142 B
Python
|
#
|
||
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
||
|
#
|
||
|
|
||
|
|
||
|
from .source import SourceBasicApiFetcher
|
||
|
|
||
|
__all__ = ["SourceBasicApiFetcher"]
|