summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/parsers/__init__.py
blob: 168c781a273136dab4e53e474af85d4059290d26 (plain)
1
2
3
4
5
from bitbucket import BitBucketRequestParser
from github import GitHubRequestParser
from gitlab import GitLabRequestParser, GitLabCIRequestParser
from generic import GenericRequestParser
from coding import CodingRequestParser