Text twiddles/red reduction

This commit is contained in:
Jamie Hardt
2023-11-08 19:46:14 -08:00
parent 8a58df2b87
commit f5be5b36d7
2 changed files with 17 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ from typing import Optional
from enum import IntEnum
from typing import NamedTuple
# IXMLTrack = namedtuple('IXMLTrack', ['channel_index', 'interleave_index', 'name', 'function'])
class IXMLTrack(NamedTuple):
channel_index: int