source: exampleparties/timedependentparty/party.py@ 91

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

Refactor to help reusing partiesserver.

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