Skip to content

Commit

Permalink
Merge pull request #25 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
added html widgets
  • Loading branch information
seamm authored Jul 29, 2022
2 parents af00268 + af67ae6 commit b28ea40
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 0 deletions.
1 change: 1 addition & 0 deletions seamm_widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from seamm_widgets.search_criteria import Criterion # noqa: F401
from seamm_widgets.search_criteria import SearchCriteria # noqa: F401
from seamm_widgets.check_tree import CheckTree # noqa: F401
from .html_widgets import HTMLScrolledText, HTMLText, HTMLLabel # noqa: F401

# Handle versioneer
from ._version import get_versions
Expand Down
Loading

0 comments on commit b28ea40

Please sign in to comment.