1
0
mirror of synced 2025-01-24 15:12:19 +01:00

classes.py: Inline comment

This commit is contained in:
Viv 2023-07-31 09:07:53 -04:00
parent 31821facf1
commit 78379d5143

View File

@ -17,8 +17,7 @@ class TJAData:
"""Contains the information for a single note or single command."""
name: str
value: str
# For TJA, 'pos' is stored as an integer rather than in milliseconds
pos: int
pos: int # For TJAs, 'pos' is stored as an int rather than in milliseconds
@dataclass(slots=True)