https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a4a64addb15269227039eb55dc4ca47838276afc authored by Jenkins for Software Heritage on 25 February 2021, 16:59:26 UTC
Updated debian changelog for version 0.13.0
Tip revision: a4a64ad
__init__.py
from pkgutil import extend_path
from typing import Iterable

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