package org.jmol.translation;
/**
 *  Just a marker for resourceClass.getClass().getResource(resourceName);
 *  Jmol now reads the PO files directly for its translations.
 *  There is no need for generating .class files.
 */
public class PO {
  
}