migration: preserve ladder and rotation slice

This commit is contained in:
leefer
2026-07-31 01:59:36 +08:00
parent d28bb5788b
commit 8904209938
4 changed files with 269 additions and 157 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Sector rotation history and constituent detail feature."""
from .service import RotationServiceMixin
__all__ = ["RotationServiceMixin"]