source: exampleparties/randompartypy/src/main/java/geniusweb/exampleparties/randompartypy/PartyAdapter.java@ 35

Last change on this file since 35 was 35, checked in by bart, 3 years ago

Fixed windows time-out.

File size: 232 bytes
Line 
1package geniusweb.exampleparties.randompartypy;
2
3import geniusweb.pythonadapter.PythonPartyAdapter;
4
5public class PartyAdapter extends PythonPartyAdapter {
6
7 @Override
8 public String getPythonClass() {
9 return "RandomParty";
10 }
11
12}
Note: See TracBrowser for help on using the repository browser.