1 package io.github.magwas.inez.parse; 2 3 public interface ParserConstants { 4 String QUERY_BRIDI_ID = "$?"; 5 6 }