https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 4638d89fc758f12ee9569214d81ef6cf89bf5baf authored by Jenkins for Software Heritage on 06 August 2020, 16:50:04 UTC
Updated backport on buster-swh from debian/0.6.4-1_swh1 (unstable-swh)
Tip revision: 4638d89
__init__.py
from pkgutil import extend_path
from typing import Iterable

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