class RemoteBuilderConstants {
static alphabet = '0123456789abcdefghijklmnopqrstuvwxyz';
}
export default RemoteBuilderConstants;