1
0
mirror of synced 2025-01-24 23:13:40 +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.""" """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)