Files
MaaAssistantArknights/tools/AutoLocalization/tests/__init__.py
quyansiyuanwang c53350f299 perf & refactor: 重构 tools/AutoLocalization (#6995)
其中包含部分更优化和跟规范的算法或结构

---------

Co-authored-by: David <56174894+Constrat@users.noreply.github.com>
2023-10-21 16:17:34 +02:00

6 lines
181 B
Python

from _test_all import TestAll
from test_translate import TestChatTranslator
from test_xaml_load import TestXamlParser
__all__ = ['TestAll', 'TestChatTranslator', 'TestXamlParser']