7 lines
140 B
Python
7 lines
140 B
Python
from .api_json_object import APIJSONObject
|
|
|
|
|
|
class Event(APIJSONObject):
|
|
"""Represents a single Box event."""
|
|
|
|
_item_type = 'event'
|