https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a33a45b23db1bbe84845a129e2be8d60d30f9b10 authored by Jenkins for Software Heritage on 10 April 2020, 14:48:17 UTC
Updated debian changelog for version 0.0.66
Tip revision: a33a45b
__init__.py
from pkgutil import extend_path
from typing import Iterable

__path__ = extend_path(__path__, __name__)  # type: Iterable[str]
back to top