Skip to content

Commit

Permalink
CaviFinder is now separated from InSty
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Dec 17, 2024
1 parent 3eb8b67 commit 746f660
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 1,153 deletions.
4 changes: 4 additions & 0 deletions prody/proteins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
else:
__all__.extend(waterbridges.__all__)

from . import channels
from .channels import *
__all__.extend(channels.__all__)

from . import fixer
from .fixer import *
__all__.extend(fixer.__all__)
Expand Down
Loading

0 comments on commit 746f660

Please sign in to comment.