7 lines
166 B
Python
7 lines
166 B
Python
"""Compatibility wrapper for per-bottle persistent state.
|
|
|
|
The implementation lives in :mod:`bot_bottle.bottle.state`.
|
|
"""
|
|
|
|
from .bottle.state import * # noqa: F403
|