Updating new classes into votekick module

This commit is contained in:
adator
2025-08-16 21:27:00 +02:00
parent f5212deacf
commit 8d23827e1e
2 changed files with 74 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
from typing import Optional
from core.definition import MainModel, dataclass, field
from core.definition import MainModel
from dataclasses import dataclass, field
@dataclass
class VoteChannelModel(MainModel):