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