kindle manager

This commit is contained in:
gavin
2020-05-28 09:11:38 +08:00
commit c4c366dee7
11 changed files with 1292 additions and 0 deletions

6
tsys.py Normal file
View File

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