lisa/docs/tools/__init__.py

9 строки
274 B
Python

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
from .finetune_gen import update_finetune_data
from .test_spec_gen import update_file
from .test_summary_gen import update_summary
__all__ = ["update_summary", "update_file", "update_finetune_data"]