diff --git a/bot_bottle/__init__.py b/bot_bottle/__init__.py index 52ccd80..9a29d2a 100644 --- a/bot_bottle/__init__.py +++ b/bot_bottle/__init__.py @@ -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",