https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: b2c21d3253f9826788989bbadec26d5f0c4f0bc6 authored by Nicolas Dandrimont on 17 October 2019, 12:42:35 UTC
Don't export origin_visit['origin']['type']
Tip revision: b2c21d3
__init__.py
from pkgutil import extend_path
from typing import Iterable

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