summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy/parsers/__init__.py
blob: 59d2b50785151f7f0b81500287447b188827d67e (plain)
1
2
3
4
from bitbucket import BitBucketRequestParser
from github import GitHubRequestParser
from gitlab import GitLabRequestParser, GitLabCIRequestParser
from generic import GenericRequestParser