models.py
python
sha256:a34090cc4a394a78bd72cbbe34b08cc59525141e19135b6c0ab154f10611b9ef
debug(push/stream): instrument O-frame decode path with INF…
Sonnet 4.6
patch
121 days ago
| 1 | """Muse CLI ORM model re-exports for MuseHub consumers. |
| 2 | |
| 3 | The canonical definitions live in ``musehub.db.muse_cli_models``. |
| 4 | This module provides a stable import path (``musehub.muse_cli.models``) |
| 5 | so internal services and tests can reference Muse CLI DB rows without |
| 6 | coupling to the internal DB package structure. |
| 7 | """ |
| 8 | |
| 9 | from musehub.db.muse_cli_models import ( |
| 10 | MuseCliObject, |
| 11 | MuseCliSnapshot, |
| 12 | MuseCliCommit, |
| 13 | MuseCliTag, |
| 14 | ) |
| 15 | |
| 16 | __all__ = [ |
| 17 | "MuseCliObject", |
| 18 | "MuseCliSnapshot", |
| 19 | "MuseCliCommit", |
| 20 | "MuseCliTag", |
| 21 | ] |
File History
1 commit
sha256:a34090cc4a394a78bd72cbbe34b08cc59525141e19135b6c0ab154f10611b9ef
debug(push/stream): instrument O-frame decode path with INF…
Sonnet 4.6
patch
121 days ago