Files
vps-manager/app/adapters/__init__.py
T

6 lines
191 B
Python

"""云厂商 SDK 适配层
通过 registry.get_adapter(sdk_type, config) 获取对应平台适配器,
调用 test_connection / list_vps / list_domains / get_account 等统一接口。
"""