Files

9 lines
237 B
Python
Raw Permalink Normal View History

2026-07-09 05:08:16 +08:00
"""Backward-compat stub — moved to ``ferro_ta.core.logging_utils``."""
from ferro_ta.core.logging_utils import * # noqa: F401, F403
try:
from ferro_ta.core.logging_utils import __all__ # noqa: F401
except ImportError:
pass