Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
spark
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
spark
/
cbh
/
api
/
events
/
dto.py
brestok
init
cd46ce5
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
from
enum
import
Enum
class
EventType
(
Enum
):
"""
Event type.
"""
CALL =
1
CUSTOM =
2