7 lines
152 B
Python
7 lines
152 B
Python
#
|
|
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
|
|
#
|
|
from .traced_exception import AirbyteTracedException
|
|
|
|
__all__ = ["AirbyteTracedException"]
|