This commit is contained in:
2025-12-16 13:01:53 -08:00
parent ecb09da7ba
commit dd78fcc1ac
3 changed files with 24 additions and 19 deletions

View File

@@ -1,13 +1,11 @@
# pycmx
# (c) 2018 Jamie Hardt
# (c) 2025 Jamie Hardt
# from collections import namedtuple
from typing import TextIO
from .parse_cmx_statements import (parse_cmx3600_statements)
from .edit_list import EditList
from typing import TextIO
def parse_cmx3600(f: TextIO) -> EditList:
"""