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