refactor(bottle): move runner/state package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""bot-bottle: Python implementation of the agent container launcher."""
|
||||
|
||||
from .api import BottleError, destroy, freeze, resume_headless, start_headless
|
||||
from .bottle import BottleError, destroy, freeze, resume_headless, start_headless
|
||||
|
||||
__all__ = [
|
||||
"BottleError",
|
||||
|
||||
Reference in New Issue
Block a user