* initial commit * add remaining streams * fix warning and unit test * clean up * revert unrelated files * remove state files * lint * add documentation strings
9 lines
132 B
Python
9 lines
132 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .source import SourceConfluence
|
|
|
|
__all__ = ["SourceConfluence"]
|