8 lines
113 B
Python
8 lines
113 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from .base import BaseTest
|
|
|
|
__all__ = ["BaseTest"]
|