muhammedAdnan3's picture
Uploading everything from Mircosoft data
a2d6347 verified
raw
history blame contribute delete
232 Bytes
# 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"]