Skip to content

Commit da07a41

Browse files
committed
Rearrange file content
1 parent e2f838e commit da07a41

File tree

5 files changed

+492
-480
lines changed

5 files changed

+492
-480
lines changed

shiny/bookmark/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from ._bookmark import ShinySaveState
2-
1+
from ._bookmark import Bookmark, BookmarkApp, BookmarkProxy, ShinySaveState
32
from ._save_state import SaveState
43

5-
__all__ = ("SaveState", "ShinySaveState")
4+
__all__ = ("SaveState", "ShinySaveState", "Bookmark", "BookmarkApp", "BookmarkProxy")

0 commit comments

Comments
 (0)