Skip to content

Commit

Permalink
Create FrameSig type
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 30, 2022
1 parent 3c280a2 commit cfeb94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iscc_core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
IsccTuple = Tuple[MainType, SubType, Version, Length, bytes]
IsccAny = Union[str, IsccTuple, bytes, "Code"]
Properties = Union[dict, bytes]
FrameSig = Tuple[int]


class MT(enum.IntEnum):
Expand Down

0 comments on commit cfeb94a

Please sign in to comment.