8 lines
204 B
Python
8 lines
204 B
Python
from .base import Integration, WorkspaceIntegration
|
|
from .github import (
|
|
GithubRepository,
|
|
GithubRepositorySync,
|
|
GithubIssueSync,
|
|
GithubCommentSync,
|
|
)
|
|
from .slack import SlackProjectSync
|