Files
bot-bottle/bot_bottle/bottle_state.py
T
didericis-codex ec14ce0048
lint / lint (push) Successful in 1m59s
test / unit (pull_request) Successful in 46s
test / integration (pull_request) Successful in 16s
test / coverage (pull_request) Successful in 57s
refactor(bottle): finish bottle package move
2026-07-06 16:13:30 -04:00

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__