AmberPrep / amberprep /__init__.py
hemantn's picture
Rename project from AmberFlow to AmberPrep
fa25632
raw
history blame contribute delete
275 Bytes
"""AmberPrep: MD simulation pipeline with AMBER, ESMFold, docking, and PLUMED."""
__version__ = "0.1.0"
__author__ = "Hemant Nagar"
__email__ = "hn533621@ohio.edu"
# Expose key components for programmatic use
from amberprep.app import app
__all__ = ["app", "__version__"]