mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 05:59:16 +00:00

* Clean up docstrings * Fix long lines * Fix more docstrings * Fix more docstrings * Fix more docstrings
5 lines
170 B
Python
5 lines
170 B
Python
"""Backwards compatible constants bridge."""
|
|
# pylint: disable=W0614,W0401
|
|
from .core.const import * # noqa: F401,F403
|
|
from .core.registries import * # noqa: F401,F403
|