source: exampleparties/conceder/party.py@ 83

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

Added python timedependent parties (conceder, hardliner, etc)

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