1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# coding: utf-8
# flake8: noqa
"""
Debian Code Search
OpenAPI for https://codesearch.debian.net/ # noqa: E501
OpenAPI spec version: 1.4.0
Contact: stapelberg@debian.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
# import models into model package
from debian_codesearch_client.swagger_client.models.package_search_result import (
PackageSearchResult,
)
from debian_codesearch_client.swagger_client.models.search_result import SearchResult
|