#135 Add ClientToken support

This commit is contained in:
kokarare1212
2022-06-28 20:55:10 +09:00
parent 1a91446084
commit b28e684e97
7 changed files with 323 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import platform
class Version:
version_name = "0.0.1"
version_name = "0.0.4"
@staticmethod
def platform() -> Platform: