https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 8a8dd16697f853bb8778baebbea59600a3fc529c authored by Jenkins for Software Heritage on 14 January 2022, 14:15:55 UTC
Updated backport on buster-swh from debian/4.3.0-1_swh1 (unstable-swh)
Tip revision: 8a8dd16
__init__.py
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
back to top