* fix: file structure changes * fix: pages update * fix: license imports changed
9 lines
274 B
Python
9 lines
274 B
Python
from .base import IntegrationSerializer, WorkspaceIntegrationSerializer
|
|
from .github import (
|
|
GithubRepositorySerializer,
|
|
GithubRepositorySyncSerializer,
|
|
GithubIssueSyncSerializer,
|
|
GithubCommentSyncSerializer,
|
|
)
|
|
from .slack import SlackProjectSyncSerializer
|