source: exampleparties/linear/party.py@ 97

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

Fixed small issues in domaineditor.

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