source: geniuswebcore/geniusweb/events/ProtocolEvent.py@ 72

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

Reduced memory need of websockets.

File size: 203 bytes
Line 
1from geniusweb.events.AbstractEvent import AbstractEvent
2
3class ProtocolEvent (AbstractEvent):
4 '''
5 an event triggered by the protocol.
6 '''
7
8 def ProtocolEvent(self, now:int):
9 super().__init__(now)
Note: See TracBrowser for help on using the repository browser.