Skip to content

Commit

Permalink
Added example and classes to main import
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Oct 11, 2020
1 parent 0684ca2 commit e3ac6cf
Show file tree
Hide file tree
Showing 4 changed files with 13,028 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contact_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
__version__ = version.version

from .contact_map import (
ContactMap, ContactFrequency, ContactDifference
ContactMap, ContactFrequency, ContactDifference,
AtomMismatchedContactDifference, ResidueMismatchedContactDifference,
OverrideTopologyContactDifference
)

from .contact_count import ContactCount
Expand Down

0 comments on commit e3ac6cf

Please sign in to comment.