the-algorithm-ml/common/checkpointing/__init__.py
wiseaidev 2cc1abedd7 add & config mypy on common package
Signed-off-by: wiseaidev <business@wiseai.dev>
2023-04-01 14:38:59 +03:00

5 lines
80 B
Python

from tml.common.checkpointing.snapshot import (
Snapshot,
get_checkpoint,
)