Skip to content

Commit

Permalink
chore: define __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Feb 23, 2024
1 parent 17d5e92 commit 46a76de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ipymolstar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
__version__ = "unknown"

from ipymolstar.widget import PDBeMolstar

__all__ = ["PDBeMolstar"]

0 comments on commit 46a76de

Please sign in to comment.