from dcs.vehicles import * from dcs.ships import * from dcs.planes import * from dcs.helicopters import * Insurgent = { "country": "Insurgents", "side": "red", "units": [ AirDefence.AAA_ZU_23_Insurgent_Closed, AirDefence.AAA_ZU_23_Insurgent_on_Ural_375, Armor.APC_Cobra, Unarmed.Transport_Ural_375, Unarmed.Transport_UAZ_469, Infantry.Soldier_AK, Infantry.Infantry_Soldier_Insurgents, Bulk_cargo_ship_Yakushev, Dry_cargo_ship_Ivanov, Tanker_Elnya_160 ] }