We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ae2fd commit 9c8b796Copy full SHA for 9c8b796
shiny/_main.py
@@ -19,6 +19,7 @@
19
import shiny
20
21
from . import __version__, _autoreload, _hostenv, _static, _utils
22
+from ._hostenv import is_workbench
23
from ._docstring import no_example
24
from ._typing_extensions import NotRequired, TypedDict
25
from .bookmark._bookmark_state import shiny_bookmarks_folder_name
0 commit comments