Add smartcam modules to package inits (#1376)

This commit is contained in:
Steven B.
2024-12-16 12:20:26 +00:00
committed by GitHub
parent 031ebcd97f
commit e9109447a7
4 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from ..transports.sslaestransport import (
SMART_RETRYABLE_ERRORS,
SmartErrorCode,
)
from . import SmartProtocol
from .smartprotocol import SmartProtocol
_LOGGER = logging.getLogger(__name__)