https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: d4c6fbcc501d0fbdcc34fba7542544c48df85fcf authored by Jenkins for Software Heritage on 25 June 2021, 10:44:32 UTC
New upstream version 2.6.2
Tip revision: d4c6fbc
__init__.py
from pkgutil import extend_path
from typing import List

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