https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 13c5695b7293c8a8478ab53018a6278f4ac6c31e authored by Jenkins for Software Heritage on 13 April 2021, 13:31:22 UTC
Updated debian changelog for version 2.4.0
Tip revision: 13c5695
__init__.py
from pkgutil import extend_path
from typing import Iterable

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