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