6 lines
88 B
Python
6 lines
88 B
Python
"""Deprecated module."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from . import __getattr__
|