source: exampleparties/hardliner/party.py@ 89

Last change on this file since 89 was 89, checked in by Bart Vastenhouw, 2 years ago

refactor to help reusing partiesserver

File size: 76 bytes
Line 
1from hardliner.Hardliner import Hardliner
2
3def party():
4 return Hardliner
Note: See TracBrowser for help on using the repository browser.