source: geniuswebcore/geniusweb/protocol/session/SessionProtocol.py@ 81

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

Added python timedependent parties (conceder, hardliner, etc)

File size: 224 bytes
Line 
1from pyson.JsonSubTypes import JsonSubTypes
2from geniusweb.protocol.NegoProtocol import NegoProtocol
3
4@JsonSubTypes([ "SAOP" ])
5class SessionProtocol (NegoProtocol):
6 '''
7 Interface for all session protocols.
8 '''
9
Note: See TracBrowser for help on using the repository browser.