Files
bot-bottle/bot_bottle/bottle_state.py
T
didericis-codex 931a4043df
lint / lint (push) Successful in 2m6s
test / unit (pull_request) Failing after 54s
test / integration (pull_request) Successful in 22s
test / coverage (pull_request) Successful in 1m11s
refactor(bottle): finish bottle package move
2026-07-06 21:01:37 +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