https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 10e7002f62266400366fbd2c98fb90fc6e3df3cb authored by Jenkins for Software Heritage on 05 March 2021, 09:14:35 UTC
Updated debian changelog for version 2.0.0
Tip revision: 10e7002
__init__.py
from pkgutil import extend_path
from typing import Iterable

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