File: __init__.py

package info (click to toggle)
debian-codesearch-cli 1.0.0%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 204 kB
  • sloc: python: 1,402; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 535 bytes parent folder | download
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