delete attr CExample

This commit is contained in:
MrLening 2025-03-29 17:10:31 +03:00
parent 2697fd9b9e
commit a487f452d9

View File

@ -3,5 +3,4 @@ from dataclasses import dataclass
@dataclass
class CExample:
example: str = "ExampleCallback"
state: bool = True
example: str = "ExampleCallback"