Skip to content

Commit bb1185b

Browse files
committed
improve: pydantic 2
1 parent dfb5899 commit bb1185b

File tree

3 files changed

+1372
-453
lines changed

3 files changed

+1372
-453
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Usage
1515
kmm_path = Path("...")
1616
header_path = Path("...")
1717
18-
header = Header.from_path(header_path)
18+
header = kmm.Header.from_path(header_path)
1919
positions = (
2020
kmm.Positions.from_path(kmm_path)
2121
.sync_frame_index(header)

0 commit comments

Comments
 (0)