__init__.py python
14 lines 422 B
Raw
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor ⚠ breaking 17 hours ago
1 """Adapter package for hosted dashboard remote sources."""
2
3 from __future__ import annotations
4
5 from tools.hosted_dashboard.adapters.github import GitHubAdapters, MarkerSummary, RepoMeta
6 from tools.hosted_dashboard.adapters.musehub import MuseHubReadAdapter, musehub_baseline_impossible
7
8 __all__ = [
9 "GitHubAdapters",
10 "MarkerSummary",
11 "RepoMeta",
12 "MuseHubReadAdapter",
13 "musehub_baseline_impossible",
14 ]
File History 1 commit
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor 17 hours ago