Spaces:
Running
on
Zero
Running
on
Zero
File size: 154 Bytes
b1ce64c |
1 2 3 4 5 6 7 8 |
from dataclasses import dataclass
@dataclass
class Coze:
"""Represents a single Coze entity"""
id: int
name: str
is_stopped: bool = False |