https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a123664bf38739f9727922ff9214335e1c641a2e authored by Jenkins for Software Heritage on 01 July 2020, 13:48:43 UTC
Updated debian changelog for version 0.3.6
Tip revision: a123664
__init__.py
from pkgutil import extend_path
from typing import Iterable

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