https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 6f9b77ef1773ff710800b0c824effd179a1e9375 authored by Jenkins for Software Heritage on 20 July 2022, 09:39:37 UTC
New upstream version 6.3.1
Tip revision: 6f9b77e
__init__.py
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
back to top