📝 构建文档测试

This commit is contained in:
2024-08-29 15:07:09 +08:00
parent 5763a84679
commit 84f8228f3b
17 changed files with 6 additions and 3202 deletions

View File

@ -1,16 +0,0 @@
# -*- coding: utf-8 -*-
"""
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@Time : 2024/8/29 下午12:06
@Author : snowykami
@Email : snowykami@outlook.com
@File : test_doc_translator.py
@Software: PyCharm
"""
from litedoc.translator import translate
def test():
print(translate("Hello, world!", "Chinese", "English"))