__init__.py
python
sha256:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c
docs: queue board-identity follow-ups so they survive the session
Human
3 days 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:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c
docs: queue board-identity follow-ups so they survive the session
Human
3 days ago