https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: e1e332133b170e1115291a216392ad467ccbe448 authored by Jenkins for Software Heritage on 03 June 2020, 10:04:35 UTC
Updated debian changelog for version 0.3.0
Tip revision: e1e3321
__init__.py
from pkgutil import extend_path
from typing import Iterable

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