https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: b5e405227a530f2b53fd4129b3e6e6e6db4dc18b authored by Jenkins for Software Heritage on 15 June 2021, 14:56:07 UTC
New upstream version 2.6.0
Tip revision: b5e4052
__init__.py
from pkgutil import extend_path
from typing import List

__path__: List[str] = extend_path(__path__, __name__)
back to top