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