https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 968a989d73ed35e6ef24794481dc77edf71762e5 authored by Jenkins for Software Heritage on 21 April 2020, 14:28:37 UTC
New upstream version 0.0.68
Tip revision: 968a989
__init__.py
from pkgutil import extend_path
from typing import Iterable

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