delete attr CExample

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

View File

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