1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
2023-01-23 08:40:09 +01:00

6 lines
158 B
Python

"""Define typing helpers for SimpliSafe."""
from simplipy.system.v2 import SystemV2
from simplipy.system.v3 import SystemV3
SystemType = SystemV2 | SystemV3