* Added Timely source python connector * Added Pagination * fix: linting * fix: tests, linting and naming * chore: added connector to definitions * fix: icon is blank * auto-bump connector version Co-authored-by: Yashkumar Makwana <64660381+makyash@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
9 lines
124 B
Python
9 lines
124 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .source import SourceTimely
|
|
|
|
__all__ = ["SourceTimely"]
|