mirror of
https://github.com/trycua/lume.git
synced 2026-05-20 21:09:15 -05:00
feat: add android to OS type literal
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user