Files
openfe/openfecli/__init__.py
2023-04-03 10:32:35 -07:00

9 lines
263 B
Python

# This code is part of OpenFE and is licensed under the MIT license.
# For details, see https://github.com/OpenFreeEnergy/openfe
from .plugins import OFECommandPlugin
from . import commands
from importlib.metadata import version
__version__ = version("openfe")