4 lines
147 B
Python
4 lines
147 B
Python
"""Compatibility imports for code that still uses the original configuration module."""
|
|
|
|
from backend.bootstrap.config import * # noqa: F401,F403
|