https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 1593eaca120fe4cd45b0d2a25345b07e4018b7e3 authored by Jenkins for Software Heritage on 30 October 2019, 16:58:54 UTC
Updated backport on buster-swh from debian/0.0.51-1_swh3 (unstable-swh)
Tip revision: 1593eac
__init__.py
from pkgutil import extend_path
from typing import Iterable

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