Files
ferro-ta/python/ferro_ta/logging_utils.py
T

9 lines
237 B
Python
Raw Normal View History

2026-03-23 23:34:28 +05:30
"""Backward-compat stub — moved to ``ferro_ta.core.logging_utils``."""
2026-03-23 23:57:30 +05:30
2026-03-23 23:34:28 +05:30
from ferro_ta.core.logging_utils import * # noqa: F401, F403
2026-03-23 23:57:30 +05:30
2026-03-23 23:34:28 +05:30
try:
from ferro_ta.core.logging_utils import __all__ # noqa: F401
except ImportError:
pass