"""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__