forked from bot/app
294 B
294 B
title |
---|
liteyuki.comm.event |
class Event
method __init__(self, name: str, data: dict[str, Any])
Source code
def __init__(self, name: str, data: dict[str, Any]):
self.name = name
self.data = data