Skip to content

Commit

Permalink
Included all pydantic models.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Dec 8, 2023
1 parent 3e747bd commit 4d1abc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gitlab_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# coding: utf-8
from gitlab_api.version import __version__, __author__, __credits__
from gitlab_api.gitlab_api import Api
from gitlab_api.gitlab_api import Api
from gitlab_api.gitlab_models import (BranchModel, CommitModel, DeployTokenModel, GroupModel, JobModel,
MembersModel, PackageModel, PipelineModel, ProjectModel, ProtectedBranchModel,
MergeRequestModel, MergeRequestRuleModel, ReleaseModel, RunnerModel,
UserModel, WikiModel)

"""
GitLab API
Expand Down

0 comments on commit 4d1abc8

Please sign in to comment.