This commit is contained in:
peasoft 2026-01-02 23:02:13 +08:00
parent acdcdbccd2
commit 1c33b7efc7
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import datetime
import struct
from collections import namedtuple
import typing as t
from collections import namedtuple
class ExtType(namedtuple("ExtType", "code data")):