mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
4 lines
140 B
Python
4 lines
140 B
Python
"""The `tools` module is a backport module from V1."""
|
|
from ._migration import getattr_migration
|
|
|
|
__getattr__ = getattr_migration(__name__)
|