https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 9ce6feb9d60716874138fe638d8d195a4e6adbd2 authored by Valentin Lorentz on 30 August 2022, 15:54:07 UTC
Add support for old dicts in RawExtrinsicMetadata.from_dict
Tip revision: 9ce6feb
__init__.py
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
back to top