You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
425 B
12 lines
425 B
6 years ago
|
from __future__ import absolute_import
|
||
|
|
||
|
# flake8: noqa
|
||
|
|
||
|
# import apis into api package
|
||
|
from swagger_client.api.admin_api import AdminApi
|
||
|
from swagger_client.api.issue_api import IssueApi
|
||
|
from swagger_client.api.miscellaneous_api import MiscellaneousApi
|
||
|
from swagger_client.api.organization_api import OrganizationApi
|
||
|
from swagger_client.api.repository_api import RepositoryApi
|
||
|
from swagger_client.api.user_api import UserApi
|