Files
bot-bottle/bot_bottle/bottle_state.py
T
didericis-codex d0eded11d0
lint / lint (push) Successful in 2m1s
test / unit (pull_request) Failing after 53s
test / integration (pull_request) Successful in 25s
test / coverage (pull_request) Failing after 1m1s
refactor(bottle): finish bottle package move
2026-07-09 19:08:43 +00:00

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