修改注释

This commit is contained in:
zw
2025-09-05 19:33:45 +08:00
parent 52bb129186
commit 0681fc0754
4 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# tidevice_entry.py
# tidevice 打包入口文件
from tidevice.__main__ import main
if __name__ == '__main__':
main()