package co.paralleluniverse.galaxy.example.testing; /** * * @author pron */ public class Peer1 { public static void main(String[] args) throws Exception { new PeerTKB("grid1", 1).run(); } }