diff --git a/libs/python/computer/computer/computer.py b/libs/python/computer/computer/computer.py index 2c65c1b4..f5358e49 100644 --- a/libs/python/computer/computer/computer.py +++ b/libs/python/computer/computer/computer.py @@ -51,7 +51,7 @@ SYSTEM_INFO = { from .providers.base import VMProviderType from .providers.factory import VMProviderFactory -OSType = Literal["macos", "linux", "windows"] +OSType = Literal["macos", "linux", "windows", "android"] class Computer: