mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
14 lines
454 B
Python
14 lines
454 B
Python
"""DSM 5 datas."""
|
|
from .const_5_api_info import DSM_5_API_INFO
|
|
from .const_5_api_auth import (
|
|
DSM_5_AUTH_LOGIN,
|
|
DSM_5_AUTH_LOGIN_2SA,
|
|
DSM_5_AUTH_LOGIN_2SA_OTP,
|
|
)
|
|
from .core.const_5_core_utilization import DSM_5_CORE_UTILIZATION
|
|
from .dsm.const_5_dsm_info import DSM_5_DSM_INFORMATION
|
|
from .dsm.const_5_dsm_network import DSM_5_DSM_NETWORK
|
|
from .storage.const_5_storage_storage import (
|
|
DSM_5_STORAGE_STORAGE_DS410J_RAID5_4DISKS_1VOL,
|
|
)
|