mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 18:25:06 -05:00
helpers already ports nacl at top level so this check can never be False ``` >>> import sys >>> from nacl.secret import SecretBox >>> assert nacl in sys.modules >>> ```