* print stacktrace for unhandled exceptions Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
8 lines
126 B
Python
8 lines
126 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from .destination import Destination
|
|
|
|
__all__ = ["Destination"]
|