Newer
Older
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MasterDevs.ChromeDevTools.ProtocolGenerator.Tests
{
class DeploymentItems
{
public const string Inspector10 = "Inspector-1.0.json";
public const string Protocol = "protocol.json";
}
}