001package org.biopax.paxtools.io.json;
002
003import java.io.IOException;
004
005
006/* 
007 * test class with main method as an example how to run jsonld converter from java code
008 */
009public class Main {
010        public static void main (String args[]) throws IOException {
011
012
013        }
014
015}
016