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