__init__.py python
14 lines 422 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 4 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:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 4 days ago