https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: cd395b4c3cb2ce27297d31cb87abb03568650342 authored by Jenkins for Software Heritage on 16 March 2022, 09:38:26 UTC
Updated debian changelog for version 5.0.0
Tip revision: cd395b4
__init__.py
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
back to top