https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: abfab0a0363bcb0bef45d9b911e764586ac92e8d authored by Jenkins for Software Heritage on 16 June 2021, 10:03:23 UTC
New upstream version 2.6.1
Tip revision: abfab0a
__init__.py
from pkgutil import extend_path
from typing import List

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