source:
geniuswebcore/geniusweb/events/ProtocolEvent.py@
82
Last change on this file since 82 was 81, checked in by , 3 years ago | |
---|---|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[81] | 1 | from geniusweb.events.AbstractEvent import AbstractEvent |
2 | ||
3 | class 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.