Skip to content

Commit

Permalink
Added reactive and viewable to init
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jan 30, 2022
1 parent 5bd9fc8 commit c2196ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from . import pane # noqa
from . import param # noqa
from . import pipeline # noqa
from . import reactive # noqa
from . import viewable # noqa
from . import widgets # noqa

from .config import config, panel_extension as extension, __version__ # noqa
Expand Down

0 comments on commit c2196ea

Please sign in to comment.