""" The chemistry package manipulates molecular structures and provides a way to go between standard and amber file formats, manipulate structures, etc. """ __all__ = ['molecule','formats','periodic_table','exceptions','amber'] __version__ = '13.0' __author__ = 'Jason Swails'