__init__.py python
14 lines 422 B
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 9 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:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 9 hours ago