/
githubmirror
/
UFO
Обзор
Документация
Войти
/
githubmirror
/
UFO
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/galaxy/__init__.py
12 строк
332 B
vyokky
bug fixed and test
23 сен 2025, 15:06
23 сен 2025, 15:06
538712e
Код
Авторство
О чём код?
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """ Galaxy Testing Package This package contains test utilities and mocks for the Galaxy framework. """ from .mocks import MockConstellationAgent, MockTaskConstellationOrchestrator __all__ = ["MockConstellationAgent", "MockTaskConstellationOrchestrator"]