migration: preserve ladder and rotation slice

This commit is contained in:
leefer
2026-07-31 01:59:36 +08:00
parent b3555d2603
commit 814e75730a
9 changed files with 346 additions and 163 deletions
@@ -0,0 +1,5 @@
"""Sector rotation history and constituent detail feature."""
from .service import RotationServiceMixin
__all__ = ["RotationServiceMixin"]