10 lines
139 B
Python
10 lines
139 B
Python
|
|
import dynamix_sdk.base as _base
|
||
|
|
from .get import *
|
||
|
|
|
||
|
|
|
||
|
|
class CloudapiAuditAPI(
|
||
|
|
_base.BaseAPI,
|
||
|
|
CloudapiAuditGetProtocol,
|
||
|
|
):
|
||
|
|
pass
|