classes.py
: Inline comment
This commit is contained in:
parent
31821facf1
commit
78379d5143
@ -17,8 +17,7 @@ class TJAData:
|
|||||||
"""Contains the information for a single note or single command."""
|
"""Contains the information for a single note or single command."""
|
||||||
name: str
|
name: str
|
||||||
value: str
|
value: str
|
||||||
# For TJA, 'pos' is stored as an integer rather than in milliseconds
|
pos: int # For TJAs, 'pos' is stored as an int rather than in milliseconds
|
||||||
pos: int
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass(slots=True)
|
@dataclass(slots=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user