准备尝试新事物

This commit is contained in:
2024-01-08 00:10:17 +08:00
parent eaefb6f987
commit 264d1ec11c
5 changed files with 103 additions and 25 deletions

31
utils/localize.py Normal file
View File

@ -0,0 +1,31 @@
# -*- coding: utf-8 -*-
"""
伶伦转换器 本地化组件
Linglun Converter Language Localization Component
版权所有 © 2023 金羿 & 睿穆开发组
Copyright © 2023 EillesWan & TriM Org.
开源相关声明请见 ./License.md
Terms & Conditions: ./Lisense.md
"""
from .io import TrimLog, urllib, Sequence, Iterable, Callable, Optional
def unpack_language_pack():
pass
def enpack_language_pack():
pass
def _() -> str:
return ""
def main():
pass
if __name__ == "__main__":
main()