mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
from core.definition import MainModel, dataclass
|
|
|
|
@dataclass
|
|
class ModConfModel(MainModel):
|
|
jsonrpc: int = 0
|