kindle manager

This commit is contained in:
gavin
2020-06-11 17:21:16 +08:00
parent c903004b8f
commit 43c602d8d6
38 changed files with 565 additions and 248 deletions

6
tfile/tsys.py Normal file
View File

@@ -0,0 +1,6 @@
import platform
print(platform.system(),platform.machine(),platform.platform(aliased=0, terse=0) )