package org.sikuli.slides.examples;
import java.net.URL;
public class Resources {
public static URL hello_world_pptx = Resources.class.getResource("helloworld.pptx");
public static URL template_pptx = Resources.class.getResource("template.pptx");
public static URL emulator_pptx = Resources.class.getResource("emulator.pptx");
public static URL login_pptx = Resources.class.getResource("login.pptx");
public static URL fail_pptx = Resources.class.getResource("fail.pptx");
public static URL seven_pptx = Resources.class.getResource("seven.pptx");
public static URL emulator_png = Resources.class.getResource("emulator.png");
}