package org.jbehave.core.io;
public interface StoryLoader {
String loadStoryAsText(String storyPath);
}