This commit is contained in:
2025-07-21 20:27:59 +07:00
parent 9f2c3dc81e
commit a63ff017af
66 changed files with 1724 additions and 339 deletions

View File

@@ -0,0 +1,11 @@
import dynamix_sdk.base as _base
from .get import *
from .list import *
class CloudapiDpdknetAPI(
_base.BaseAPI,
CloudapiDpdknetGetProtocol,
CloudapiDpdknetListProtocol,
):
pass