spark / cbh /api /events /dto.py
brestok's picture
init
cd46ce5
raw
history blame contribute delete
108 Bytes
from enum import Enum
class EventType(Enum):
"""
Event type.
"""
CALL = 1
CUSTOM = 2