https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 5a0fca633e275e3ed5ac61b62c1ce1641d3361f9 authored by Jenkins for Software Heritage on 20 September 2019, 13:55:05 UTC
Updated backport on buster-swh from debian/0.0.46-1_swh1 (unstable-swh)
Tip revision: 5a0fca6
__init__.py
from typing import Iterable

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