4 lines
137 B
Python
4 lines
137 B
Python
"""Compatibility imports for the preserved account security API."""
|
|
|
|
from backend.features.accounts.security import * # noqa: F401,F403
|