mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: move docstring
This commit is contained in:
parent
4ddb33cabb
commit
7b67222885
@ -231,10 +231,10 @@ class Prereqs:
|
|||||||
|
|
||||||
|
|
||||||
@dataclass(slots=True)
|
@dataclass(slots=True)
|
||||||
"""
|
|
||||||
The gameport field is manipulated by the RowType.CONN_BY_IP method
|
|
||||||
"""
|
|
||||||
class Record:
|
class Record:
|
||||||
|
"""
|
||||||
|
The gameport field is manipulated by the RowType.CONN_BY_IP method
|
||||||
|
"""
|
||||||
ip: str
|
ip: str
|
||||||
gameport: int
|
gameport: int
|
||||||
qport: int
|
qport: int
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user