https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 6f9d37bd79ccc008cdb0bbe693c336e2c5fc7497 authored by Jenkins for Software Heritage on 30 June 2020, 10:48:27 UTC
Updated backport on buster-swh from debian/0.3.5-2_swh1 (unstable-swh)
Tip revision: 6f9d37b
__init__.py
from pkgutil import extend_path
from typing import Iterable

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