5 lines
103 B
Python
5 lines
103 B
Python
# 注册邮箱,获得令牌
|
|
from ghdc_python import GHDCClient
|
|
|
|
client = GHDCClient()
|
|
client.register() |