Skip to content

Commit

Permalink
Add tokenization to top namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Oct 24, 2022
1 parent f58fd82 commit 78942e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gufe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from . import _version
__version__ = _version.get_versions()['version']

from . import tokenization

from .components import (
Component,
SmallMoleculeComponent,
Expand Down

0 comments on commit 78942e6

Please sign in to comment.