source: exampleparties/randomparty/party.py@ 91

Last change on this file since 91 was 90, checked in by Bart Vastenhouw, 3 years ago

Refactor to help reusing partiesserver.

File size: 83 bytes
RevLine 
[90]1from randomparty.RandomParty import RandomParty
2def party():
3 return RandomParty
Note: See TracBrowser for help on using the repository browser.