# Copyright (c) 2023 Microsoft
# Licensed under The MIT License [see LICENSE for details]

# flake8: noqa
from .glue.promptopt.instantiate import GluePromptOpt
from .version import VERSION as __version__

__all__ = ["GluePromptOpt"]