7 lines
122 B
Python
Raw Normal View History

2025-03-29 01:46:56 +03:00
from dataclasses import dataclass
@dataclass
class CExample:
example: str = "ExampleCallback"
state: bool = True