1 2 3 4 5 6 7 8 9
"""List of platforms.""" # Platform to associated tags. platforms = { "ptrace": [], "kvm": [], } default_platform = "ptrace"